@mikechabot/nx-publishable
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NxLib

This project was generated using Nx.

This assumes you have nx installed globally

Run container application

  1. npm install
  2. nx serve test-app
  3. Navigate to http://localhost:4200/

Build and publish

  1. nx build nx-publishable --withDeps --skip-nx-cache
  2. cd ./dist/libs/nx-publishable
  3. Remove nx-buildable from generated package.json. (This is a bug with nx, the buildable is already included in the bundle).
  4. npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @mikechabot/nx-publishable

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

5.25 kB

Total Files

6

Last publish

Collaborators

  • mikechabot