vue study
1.0.0
Project function description:
px2rem,lib-flexible /*当前目录命令行输入下面的命令*/
npm config set registry https://registry.npm.taobao.org/
/* -g安装到全局 -s安装到dependencies(需要打包之后还要使用的)节点,-d安装到devDependencies(只需要在开发时用到的) */
npm isntall cnpm -g
/*用cnpm安装依赖*/
cnpm install
/* 项目启动 */
npm run serve
/* 打包 */
npm run build
node-sass can easily fail to install. You can refer to (this) [https://segmentfault.com/a/1190000010984731] to install it.

Note: This project is only for learning reference and not for any commercial purposes. Welcome to ask questions and like. My email is [email protected]. If you have any questions, please contact me.