Yanko 1cd914c5a9 | пре 2 недеља | |
---|---|---|
.. | ||
config | пре 3 недеља | |
dist | пре 2 недеља | |
public | пре 2 месеци | |
src | пре 2 недеља | |
types/cache | пре 2 месеци | |
.editorconfig | пре 2 месеци | |
.eslintignore | пре 2 месеци | |
.eslintrc.js | пре 2 месеци | |
.gitignore | пре 2 месеци | |
.prettierignore | пре 2 месеци | |
.prettierrc.js | пре 2 месеци | |
README.md | пре 2 месеци | |
default.conf | пре 2 месеци | |
dockerfile | пре 2 месеци | |
jest.config.ts | пре 2 месеци | |
jsconfig.json | пре 2 месеци | |
package.json | пре 2 месеци | |
playwright.config.ts | пре 2 месеци | |
tsconfig.json | пре 2 месеци |
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.