Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edusperoni/ngrx-ns


https://github.com/edusperoni/ngrx-ns

Last synced: 21 days ago
JSON representation

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