1.0.15 • Published 4 years ago

@aisino/cli-service-global v1.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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