feather-k-demo-utils
v0.0.4
Published
Utilties for feather-k demos only
Maintainers
Readme
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.
Publishing
Here’s how to authenticate and publish your package to npm using your npm username janderson_nh:
Open a terminal in your project root.
Run: npm login
Enter your username: (input is hidden) Enter your password (input is hidden) Enter your email address
If you have 2FA enabled, enter your OTP code when prompted. After successful login, run: npm publish If your package is scoped (e.g., @featherk/feather-k-demo-utils), use: increment version number... npm publish --access public
Your prepublishOnly script will build before publishing. If you see any errors, let me know and I’ll help troubleshoot!
