@tapni/auth
v1.0.74
Published
This template should help get you started developing with Vue 3 in Vite.
Readme
tapni-auth
This template should help get you started developing with Vue 3 in Vite.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production (auth.tapni.com)
npm run buildCompile and Minify for NPM (@tapni/auth)
npm run build-liband then run
npm publishDeploying auth changes to tapni-app
When you change auth (e.g. Billing.vue or other auth UI), the app must use the new build:
- Bump the auth package version in
packages/auth/package.json(e.g.1.0.72→1.0.73). - Build and publish the auth package:
cd packages/auth && npm run build-lib && npm publish - Bump the dependency in tapni-app: in
apps/app/package.json, set"@tapni/auth": "^1.0.73"(or the new version) and runnpm installinapps/app.
