ant design pro 模板

石头哥哥 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
config 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
mock 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
public 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
src 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
tests 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.editorconfig 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.eslintignore 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.eslintrc.js 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.gitignore 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.prettierignore 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.prettierrc.js 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
.stylelintrc.js 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
README.md 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
jest-puppeteer.config.js 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
jest.config.js 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
jsconfig.json 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans
package.json 5bdc633cf1 [新增]1.新增ant-design-pro模板 il y a 6 ans

README.md

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

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:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.