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

0.1.3 • Public • Published

Axx Design

安装

npm install axxd --save

示例

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

引入样式:

import 'axxd/dist/axxd.css';  // or 'axxd/dist/axxd.less'

本地开发

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

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

调整组件样式

在调整现有组件样式时,优先修改现有全局样式变量,若现有变量不满足可调整组件内部样式。

全局样式变量

Test Case and Lint

Run all test cases

$ npm test -- -u

Run test cases for one file

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

Publish site to gh-pages

$ npm run site

分支管理

  • master 主分支 
  • pub_dev 预发布
  • dev 开发

Package Sidebar

Install

npm i axxd

Weekly Downloads

11

Version

0.1.3

License

MIT

Unpacked Size

29.7 MB

Total Files

1813

Last publish

Collaborators

  • gaosi-fe