Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skysoft-tech/sky-ui
- Owner: skysoft-tech
- Created: 2023-06-21T11:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T13:29:31.000Z (9 months ago)
- Last Synced: 2024-07-10T06:23:43.263Z (4 months ago)
- Language: TypeScript
- Size: 631 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - sky-ui - Angular UI kit. (Table of contents / Third Party Components)
- fucking-awesome-angular - sky-ui - Angular UI kit. (Table of contents / Third Party Components)
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
```