Ans 智能 BI 前端
Go to file
2024-04-08 13:31:54 +08:00
.husky project init 2023-07-07 15:33:50 +08:00
config 智能分析(异步) 2023-07-24 10:29:54 +08:00
public 登录功能 2023-07-11 18:31:10 +08:00
src [fix]部署上线 2024-04-08 13:31:54 +08:00
.editorconfig project init 2023-07-07 15:33:50 +08:00
.eslintignore project init 2023-07-07 15:33:50 +08:00
.eslintrc.js project init 2023-07-07 15:33:50 +08:00
.gitignore 修改配置 2023-07-07 16:57:37 +08:00
.prettierignore project init 2023-07-07 15:33:50 +08:00
.prettierrc.js project init 2023-07-07 15:33:50 +08:00
jsconfig.json project init 2023-07-07 15:33:50 +08:00
LICENSE add LICENSE. 2023-07-21 10:06:34 +00:00
package.json 智能分析 2023-07-19 16:39:33 +08:00
pnpm-lock.yaml project init 2023-07-07 15:33:50 +08:00
README.md 注册功能 2023-07-12 18:06:29 +08:00
tsconfig.json project init 2023-07-07 15:33:50 +08:00

Ans 智能 BI

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Ans 智能 BI provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.