Socket
Socket
Sign inDemoInstall

axxd

Package Overview
Dependencies
93
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    axxd

An enterprise-class UI design language and React-based implementation


Version published
Weekly downloads
2
decreased by-84.62%
Maintainers
1
Install size
64.5 MB
Created
Weekly downloads
 

Readme

Source

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 开发

Keywords

FAQs

Last updated on 03 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc