Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 297 Bytes

完整文档

DAIXU BLOG:https://daixu.cn/article/213999943772434432

项目指令

# 安装依赖
npm install

# 启动项目
npm run start

# 打包项目
npm run build

# 对所有文件进行代码格式化
npm run prettier