Files
vue-cli/packages/@vue/cli-service-global
Thorsten Lünborg 2b104b44bc fix(cli-service-global): fix eslint-loader config (close #2654) (#2655)
By including the parserOptions as we do when we create an actual eslint config for normal projects, we get ESnext support for eslint during `vue serve`
2018-10-07 17:13:04 +08:00
..
2018-01-07 18:39:14 -05:00
2018-09-25 16:00:36 +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