beetle a6870eca25 1.0.1 | 5 mesiacov pred | |
---|---|---|
.. | ||
.husky | 11 mesiacov pred | |
config | 9 mesiacov pred | |
public | 11 mesiacov pred | |
scripts | 5 mesiacov pred | |
src | 5 mesiacov pred | |
tests | 11 mesiacov pred | |
types | 11 mesiacov pred | |
.editorconfig | 11 mesiacov pred | |
.eslintignore | 11 mesiacov pred | |
.eslintrc.js | 11 mesiacov pred | |
.gitignore | 11 mesiacov pred | |
.prettierignore | 11 mesiacov pred | |
.prettierrc.js | 11 mesiacov pred | |
README.md | 11 mesiacov pred | |
jest.config.ts | 11 mesiacov pred | |
jsconfig.json | 11 mesiacov pred | |
package.json | 5 mesiacov pred | |
tsconfig.json | 11 mesiacov pred |
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.