echoloyuk / rax-components

Rax base components

Home Page:https://github.com/alibaba/rax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rax-components

Docs

Develop

Install deps:

$ cd rax-components/
$ npm install

Develop package

$ cd packages/rax-text
$ npm install
$ npm start

$ npm run build

Build packages

$ npm run build # build all packages
$ npm run build -- --packages=rax-text,rax-view

Run test

$ npm run test
$ npm run test -- packages/rax-countdown

Run lint

npm run lint

About

Rax base components

https://github.com/alibaba/rax

License:Other


Languages

Language:JavaScript 56.4%Language:TypeScript 38.9%Language:CSS 4.6%