https://github.com/uwriegel/mobilekit
Angular framework for mobile devices
https://github.com/uwriegel/mobilekit
android angular typescript
Last synced: about 2 months ago
JSON representation
Angular framework for mobile devices
- Host: GitHub
- URL: https://github.com/uwriegel/mobilekit
- Owner: uwriegel
- License: mit
- Created: 2018-07-11T17:25:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T19:26:57.000Z (over 7 years ago)
- Last Synced: 2025-05-14T17:42:23.681Z (about 1 year ago)
- Topics: android, angular, typescript
- Language: TypeScript
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MobileKit
## build
initial:
```npm i```
build lib:
```ng build umobilekit```
publish lib:
increment version number in package.json
```
ng build umobilekit --prod
cd dist/umobilekit
npm publish
```
## create new components in library:
```ng g c Scroller --project=umobilekit```
Don't forget to add the newly generated component in the ```exports``` section of the lib's ```umobilekit.module```