Files
vue-cli/packages/@vue/cli-service-global
Haoqun Jiang 413470de24 feat: don't throw on console/debugger statements for vue serve (#5029)
1. they're useful in development
2. to be in line with the default preset
2020-01-06 07:47:51 +05:30
..
2018-01-07 18:39:14 -05:00
2019-12-28 20:54:27 +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