1.0.5 • Published 4 years ago

ant-views v1.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

ant views

安装

ant-views 是一个多包的项目,组件与方法分离,依赖于 react 环境与 umi antd 组件库

安装包

npm i ant-views --save


## Change Log

### 2020-04-17
init


## Environment Prepare

Install `node_modules`:

```bash
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.