@omniaz/vue-component-library
TypeScript icon, indicating that this package has built-in type declarations

0.6.45 • Public • Published

Development:

  • get the code of the project from repository,
  • make changes to package code if needed,
  • run npm adduser to login to your npm account (create it if needed),
  • change version in package.json,
  • run npm run build,
  • execute npm publish --access public to publish new version of the package.

Testing local version of the package in other project:

  • execute npm link in this package folder to create global link to local package version (only once),
  • execute npm link @omniaz/vue-component-library in other project (e.g. FMCG platform) to use local version of the package instead of remote one (every time, to test changes),
  • you may need to delete package-lock.json in other project and run npm run dev again to see changes.

Reverting to package from npm repository

  • just run npm install or npm update in the other project to revert back to using package version from node_modules.

Readme

Keywords

none

Package Sidebar

Install

npm i @omniaz/vue-component-library

Weekly Downloads

74

Version

0.6.45

License

ISC

Unpacked Size

25.1 MB

Total Files

138

Last publish

Collaborators

  • maxmniaz
  • pawel_omniaz