@fromage/cli-service-global
v5.0.79
Published
vue-cli-service global addon for vue-cli
Downloads
59
Readme
@fromage/cli-service-global
Installing this package globally allows you to run vue serve
and vue build
directly without any local dependencies:
npm install -g @fromage/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.vue
vue serve