Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 335 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 335 Bytes

明日方舟工具箱

前言

使用vue全家桶构建的练手项目
干员数据来自[PRTS Wiki](https://prts.wiki/)
可能需要一天左右更新

安装依赖项

npm install

运行本地服务器

npm run serve

编译

npm run build

语法检查

npm run lint