@omniaz/vue-component-library
v0.6.63
Published
- 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
Downloads
49
Readme
Development:
- get the code of the project from repository,
- make changes to package code if needed,
- run
npm adduserto login to your npm account (create it if needed), - change
versioninpackage.json, - run
npm run build, - execute
npm publish --access publicto publish new version of the package.
Testing local version of the package in other project:
- execute
npm linkin this package folder to create global link to local package version (only once), - execute
npm link @omniaz/vue-component-libraryin 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.jsonin other project and runnpm run devagain to see changes.
Reverting to package from npm repository
- just run
npm installornpm updatein the other project to revert back to using package version from node_modules.
