@vue/cli-service-global

vue-cli-service global addon for vue-cli

Usage no npm install needed!

<script type="module">
  import vueCliServiceGlobal from 'https://cdn.skypack.dev/@vue/cli-service-global';
</script>

README

@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