Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 612 Bytes

README_zh_CN.md

File metadata and controls

44 lines (29 loc) · 612 Bytes

Dinky-web

本项目使用 Ant Design Pro 进行初始化。 以下是如何使用的快速指南。

环境准备

环境 版本 备注
node 18+
npm 10+

自行配置相关环境变量

启动

# 注意: 需要进入到此模块目录下执行

npm i --force && npm start

构建

npm run build

代码样式检查

npm run lint

您还可以使用脚本自动修复一些 lint 错误:

npm run lint:fix

代码格式化

npm run prettier