bianlz be3cb2c6ab 💥 feat(compiler): 添加选择自定义代码模式不显示响应配置。 | há 2 semanas atrás | |
---|---|---|
config | há 2 semanas atrás | |
mock | há 2 semanas atrás | |
public | há 2 semanas atrás | |
src | há 2 semanas atrás | |
tests | há 2 semanas atrás | |
types | há 2 semanas atrás | |
README.md | há 2 semanas atrás | |
jest.config.ts | há 2 semanas atrás | |
jsconfig.json | há 2 semanas atrás | |
package.json | há 2 semanas atrás | |
tsconfig.json | há 2 semanas atrás |
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.