<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
vue init webpack my-project cd my-project npm install npm run dev
... Vue has already done the hard work of getting the build apps configured for you.
Probably, but Vue only officially supports Webpack or Browserify.
... Vue has already done the hard work of getting the build apps configured for you.