2.0.18-alpha.0 • Published 2 years ago

@companydotcom/micro-application-core v2.0.18-alpha.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

micro-application-core

Company MicroApp Core library This GIT repo is only for comsumption and edit for members belonging to company.com Use the Company MicroApp Generator repo instead for actual usage.

For company.com developers: Do 'npm install' and then 'npm run build' to create the distribution file index.js under dist folder. To publish:

  1. increment the version in package.json,
  2. Build the package using 'npm run build',
  3. do 'npm login',
  4. do 'npm config set scope companydotcom',
  5. do 'npm publish --access public'