# mykola **Repository Path**: mirrors_tomitribe/mykola ## Basic Information - **Project Name**: mykola - **Description**: Angular UI Component library named after famous Ukrainian composer, Mykola Leontovych - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.