mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 04:58:56 -05:00
10 lines
262 B
Markdown
10 lines
262 B
Markdown
# @vue/cli-service-global
|
|
|
|
Installing this package globally allows you to run `vue serve` and `vue build` directly without any local dependencies:
|
|
|
|
``` sh
|
|
npm install -g @vue/cli-service-global
|
|
echo '<template><h1>Hello!</h1></template>' > App.vue
|
|
vue serve
|
|
```
|