@masonitestudios/dynamic-vue
v0.2.1
Published
This project is set up as a library of Vue 3 components written in TypeScript.
Downloads
67
Readme
Vue 3 Component Library
This project is set up as a library of Vue 3 components written in TypeScript.
Instructions for publishing to NPM
Update the package.json file's version field.
Then run this command: npm run build && npm publish --access public
It will build the library and publish to npm. If you are publishing an alpha or beta version of the library you can do the following:
- Update the package.json version field to have a tag e.g.
0.0.0-alpha.1 - Then run this command:
npm run build && npm publish --access public --tag alpha(note that the tag should match the tag in the version field above)
