mkdir vue-test && cd vue-test 复制代码
npm init 复制代码
npm i webpack webpack-cli vue vue-loader 复制代码
npm i css-loader vue-template-compiler 复制代码