Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshdsommer/nativescript-ng-packagr
Example project for using ng-packagr with NativeScript.
https://github.com/joshdsommer/nativescript-ng-packagr
angular nativescript nativescript-angular nativescript-plugin ng-packagr
Last synced: 2 days ago
JSON representation
Example project for using ng-packagr with NativeScript.
- Host: GitHub
- URL: https://github.com/joshdsommer/nativescript-ng-packagr
- Owner: JoshDSommer
- License: apache-2.0
- Created: 2018-06-17T01:04:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T00:56:58.000Z (about 6 years ago)
- Last Synced: 2024-12-14T00:39:35.811Z (26 days ago)
- Topics: angular, nativescript, nativescript-angular, nativescript-plugin, ng-packagr
- Language: JavaScript
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nativescript-ng-packagr
Example project for using ng-packagr with NativeScript.
## Work flow
run ans any normal nativescript application. everything in the app/lib folder is to be shared and dist.
### Build dist
`npm run build`
### Publish process
`cd dist/mylib/`
`npm publish`
### More info for ng-packagr
https://github.com/dherges/ng-packagr