Home

Awesome

SkyUi

The UI components library.

Maintaining

Start project

Install dependencies with

npm i

Start dev app with

npm run start:dev-app

Add new component

To generate new component execute:.

npm run generate --NAME=<component-name>

To build specific component execute:

npm run build <component-name>

To build all component executte:

npm run build:all