Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edusperoni/ngrx-ns
https://github.com/edusperoni/ngrx-ns
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edusperoni/ngrx-ns
- Owner: edusperoni
- License: apache-2.0
- Created: 2019-07-30T14:44:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:15:42.000Z (about 2 years ago)
- Last Synced: 2024-12-21T05:09:00.296Z (about 1 month ago)
- Language: TypeScript
- Size: 3.88 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nativescript-ng-packagr
Example project for using ng-packagr with NativeScript.
## Enabling devtools
Add to your `webpack.config.js`:
```javascript
config.plugins.push(new webpack.NormalModuleReplacementPlugin(/^ws$/, "nativescript-websockets"));
```## 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