mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 03:48:36 -05:00
8a54ef60dc
closes #2376 * chore: update deps * fix: remove extraneous require * fix: force @babel/core resolution to be ^7.0.0 Previously it was interfered by vue-apollo & vuepress 0.14 * fix: sync deps * chore: update yarn.lock
@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