bianlz e65795d4bd first commit | il y a 2 semaines | |
---|---|---|
config | il y a 2 semaines | |
mock | il y a 2 semaines | |
public | il y a 2 semaines | |
src | il y a 2 semaines | |
tests | il y a 2 semaines | |
types | il y a 2 semaines | |
README.md | il y a 2 semaines | |
jest.config.ts | il y a 2 semaines | |
jsconfig.json | il y a 2 semaines | |
package.json | il y a 2 semaines | |
tsconfig.json | il y a 2 semaines |
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
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:
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
You can view full document on our official website. And welcome any feedback in our github.