广大华软教务系统爬虫程序
提交符号大全
🚀 代码优化 ⚡️ 性能优化 🏆 新增功能 🎨 样式调整 🔧 修改配置 🛠️ 修复BUG
本地运行
$ npm i
$ npm run dev
$ open http://localhost:7001/
部署
$ npm start
$ npm stop
脚本命令
- Use
npm run lint
to check code style. - Use
npm test
to run unit test. - Use
npm run autod
to auto detect dependencies upgrade, see autod for more detail.