Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skysoft-tech/sky-ui

Angular UI kit
https://github.com/skysoft-tech/sky-ui

Last synced: 3 months ago
JSON representation

Angular UI kit

Awesome Lists containing this project

README

        

# SkyUi

The UI components library.

## Maintaining

### Start project

Install dependencies with
```cmd
npm i
```

Start dev app with
```cmd
npm run start:dev-app
```

### Add new component

To generate new component execute:.

```cmd
npm run generate --NAME=
```

To build specific component execute:

```cmd
npm run build
```

To build all component executte:

```cmd
npm run build:all
```