ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[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