https://github.com/tomitribe/mykola
Angular UI Component library named after famous Ukrainian composer, Mykola Leontovych
https://github.com/tomitribe/mykola
Last synced: 6 months ago
JSON representation
Angular UI Component library named after famous Ukrainian composer, Mykola Leontovych
- Host: GitHub
- URL: https://github.com/tomitribe/mykola
- Owner: tomitribe
- Created: 2016-11-03T08:27:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T00:01:28.000Z (almost 6 years ago)
- Last Synced: 2025-11-07T02:00:50.736Z (8 months ago)
- Language: TypeScript
- Size: 351 KB
- Stars: 0
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mykola
-Angular UI Component library named after famous Ukrainian composer, Mykola Leontovych
Styleguide for 1.5 components
https://github.com/toddmotto/angular-styleguide#es2015-and-tooling
npm publish testing
#DEMO
How to use server
```sh
npm i webpack typings typescript webpack-dev-server -g
npm i
npm start
```
Check demo page at:
http://localhost:8082/
Component example:
https://github.com/Dexmaster/angular-component-tr
Use example:
https://github.com/Dexmaster/mykola/commit/a933807a49c1d78dcf71a390186183eb7702f801
#DOCS
How to use docs:
```sh
npm i webpack typings typescript webpack-dev-server -g
npm i
gulp
```
Check docs page at:
http://localhost:8083/
# Bundle (deployment)
This fully rely on maven build
# if you are a java guy
If you use maven just running:
mvn clean
mvn frontend:npm@install
mvn frontend:npm@start
will download/setup node and npm, install dependencies and launch
npm start
Then you can access the demo page at http://localhost:8082/
See the pom for commented executions wrapping npm commands.