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