beetle d0555ad5a8 基础功能完成 | 9 月之前 | |
---|---|---|
.. | ||
.husky | 11 月之前 | |
config | 9 月之前 | |
public | 11 月之前 | |
scripts | 9 月之前 | |
src | 9 月之前 | |
tests | 11 月之前 | |
types | 11 月之前 | |
.editorconfig | 11 月之前 | |
.eslintignore | 11 月之前 | |
.eslintrc.js | 11 月之前 | |
.gitignore | 11 月之前 | |
.prettierignore | 11 月之前 | |
.prettierrc.js | 11 月之前 | |
README.md | 11 月之前 | |
jest.config.ts | 11 月之前 | |
jsconfig.json | 11 月之前 | |
package.json | 9 月之前 | |
tsconfig.json | 11 月之前 |
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.