acornlib
v0.0.52
Published
These are shared among a few projects at a company. Probably not applicable elsewhere.
Downloads
163
Readme
acornlib - some vue components and library functions
These are shared among a few projects at a company. Probably not applicable elsewhere.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
development cycle
Add components to the library and test using the local vue app. Then be sure to add the exports so that src/index.ts can export to the package - may require adding to an index.ts in a subfolder too.
Increment the build number only, so versions will be like 0.0.348, 0.0.349 etc
commands
develop: npm run dev
build and check for errors: npm run build
publish: npm login
then npm publish