张延森 0a180652cf featgs hace 4 años
config featgs hace 4 años
mock first commit hace 4 años
public first commit hace 4 años
src featgs hace 4 años
tests first commit hace 4 años
.editorconfig first commit hace 4 años
.eslintignore first commit hace 4 años
.eslintrc.js first commit hace 4 años
.gitignore first commit hace 4 años
.prettierignore first commit hace 4 años
.prettierrc.js first commit hace 4 años
.stylelintrc.js first commit hace 4 años
README.md first commit hace 4 años
jest.config.js first commit hace 4 años
jsconfig.json first commit hace 4 años
package.json Merge branch 'master' of http://git.ycjcjy.com/medical-plat/pc-admin hace 4 años

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.