axx-design
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i axx-design

Homepage

axx.design/

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.15 MB

Total Files

147

Last publish

Collaborators

  • gaosi-fe