An open API service indexing awesome lists of open source software.

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

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
```