0.0.1 • Published 6 years ago

axx-design v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Axx Design

安装

npm install axx-design --save

示例

import { DatePicker } from 'axx-design';
ReactDOM.render(<DatePicker />, mountNode);

引入样式:

import 'antd/dist/axx-design.css';  // or 'antd/dist/axx-design.less'

本地开发

$ git clone https://github.com/gaosife/axx-design.git
$ cd ant-design
$ npm install
$ npm run start

打开浏览器访问 http://127.0.0.1:8001

Test Case and Lint

Run all test cases

$ npm test

Run test cases for one file

$ npm test -- components/button/__tests__/index.test.js

Update snapshot files

$ npm test -- -u

Publish site to gh-pages

$ npm update && npm run deploy