@vue/cli
推荐用脚手架工具 @vue/cli 来创建一个使用 vue-loader 的项目:
vue-loader
npm install -g @vue/cli vue create hello-vue cd hello-vue npm run serve # ready to go!