# good-dream-admin-static **Repository Path**: oneape/good-dream-admin-static ## Basic Information - **Project Name**: good-dream-admin-static - **Description**: 好梦数据中台管理端 - **Primary Language**: TypeScript - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Good Dream Admin 项目 ## 环境准备 安装 `node_modules`: ```bash npm install ``` 或者 ```bash yarn ``` ## 提供的脚本 提供的脚本在`package.json`. 你可以在其中修改或添加额外的脚本: ### 启动项目 ```bash npm start ``` ### 构建项目 ```bash npm run build ``` ### 代码风格检测 ```bash npm run lint ``` 你也可以使用脚本自动修复一些 lint 错误: ```bash npm run lint:fix ``` ### 代码自动测试 ```bash npm test ``` ## 更多