This starter provides a minimalistic starting point for a Vue3 library written in TypeScript and using Vite. It is configured to build a library that can be published to NPM.
Create a repo from this template
# use the package manager of your choice
npm i
yarn
pnpm
# use the package manager of your choice
npm run build
yarn build
pnpm build
npm publish
- [ ] Replace
"package-name"
invite.config.ts
with the name of your library - [ ] Update
package.json
with your library's information - [ ] Update
LICENSE
with your library's license - [ ] Update
README.md
with your library's information