1AKO1 / api-platform-frontend

API开放平台前端

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node -v 16.13.0 npm -v 8.1.0

一些用不到的东西

e2e测试 用不到 国际化删除: package.json里面 i18n-remove运行一下,然后重新执行以下看删完有没有影响,然后手动删除src/locales文件夹 .husky 提交代码之前会做检查

Ant Design Pro

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

Ant Design Pro 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.

About

API开放平台前端


Languages

Language:TypeScript 83.7%Language:JavaScript 15.5%Language:Less 0.7%Language:Shell 0.2%