Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 492 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 492 Bytes

落語

落語网站前端项目,此项目基于 Ant Design Pro V5UmiJs 4

点击访问网站:落語

后端传送门

安装 node_modules

npm install or yarn

运行

npm start

打包

npm run build

检查代码样式

npm run lint

你可以使用脚本自动修复一些错误:

npm run lint:fix