Files
vue-cli/packages/@vue/cli-service-global
Haoqun Jiang 300d2aa2d4 v4.0.0-alpha.3
2019-07-04 09:08:42 +08:00
..
2019-05-21 23:26:34 +08:00
2018-01-07 18:39:14 -05:00
2019-07-04 09:08:42 +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