Files
vue-cli/packages/@vue/cli-service-global
Haoqun Jiang b30e2b779e v3.2.2
2018-12-30 21:05:48 +08:00
..
2018-01-07 18:39:14 -05:00
2018-12-30 21:05:48 +08:00
2018-02-08 13:34:05 -05:00

@vue/cli-service-global

Installing this package globally allows you to run vue serve and vue build directly without any local dependencies:

npm install -g @vue/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.vue
vue serve