1.0.23 • Published 4 years ago
@rooftop-media/vue-spellbook v1.0.23
Vue Spellbook
Adaptable, reusable material design components for Vue 3.
Updating Vue-Spellbook
To update the Vue-Spellbook library:
- Make the changes you're trying to make.
- Enter the command
npm run build
in your command line - Use Git to add and commit changes, push to the Gitlab repo.
- Use
npm version
to check the package version, update it withnpm version 1.0.x
- Run
npm publish
to publish your updates. - Finally, run
npm install
in repos that use vue spellbook to get an updated version.