mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 21:40:00 -05:00
15b5c8d4d7
BREAKING CHANGE: See https://github.com/vuejs/vue-cli/pull/3572
@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