前端建立一个本地服务器:browser-sync
1.安装browser-sync:
npm i browser-sync --save-dev
2.在package.json中添加启动代码:
"start": "./node_modules/.bin/browser-sync start --server --no-notify --files='index.html,*.css,*.js"
3.运行:npm run start ,监听在localhost:3000端口;
一辈子很短,努力的做好两件事就好;第一件事是热爱生活,好好的去爱身边的人;第二件事是努力学习,在工作中取得不一样的成绩,实现自己的价值,而不是仅仅为了赚钱;