多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ## 案例1 star-rating [[star-rating](https://segmentfault.com/a/1190000015646455)] 完成node.js、vue-client的安装后,命令行中的操作步骤 ~~~ linux 1. vue init webpack-simple path/to/my-project 2. npm install 3. npm run dev 4. npm install vue-awsome@2.3.4 5. npm install sass-loader 6. npm install node-sass ~~~ > vue-loader@15.5.1 for SFC(*.vue, Single File Component) > add vue-loader's plugin to webpack.config.js