https://github.com/raxjs/rax-components
Rax base components
https://github.com/raxjs/rax-components
Last synced: about 1 year ago
JSON representation
Rax base components
- Host: GitHub
- URL: https://github.com/raxjs/rax-components
- Owner: raxjs
- License: other
- Created: 2019-09-28T15:04:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T05:14:53.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:09:46.598Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/alibaba/rax
- Size: 1.86 MB
- Stars: 90
- Watchers: 14
- Forks: 74
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rax-components
[Docs](https://rax.js.org/docs/components/about)
## Develop
Install deps:
```bash
$ cd rax-components/
$ npm install
```
### Develop package
```bash
$ cd packages/rax-text
$ npm install
$ npm start
$ npm run build
```
### Build packages
```bash
$ npm run build # build all packages
$ npm run build -- --packages=rax-text,rax-view
```
### Run test
```bash
$ npm run test
$ npm run test -- packages/rax-countdown
```
### Run lint
```
npm run lint
```