A simple and minimalistic setup for creating Vue 3 composables.
- 🧩 TypeScript by default
- 🌐 Vue 3 & Vite as a playground
- ✅ Testing using Vitest
- 🛠 Building with unbuild
The development is simple, you can find a sample composable in ./src/index.ts
where you can write your own composable, to start the playground you use yarn dev
- Edit package.json
name
,description
,repository
andauthor
. - Edit README.md.
- Develop your composable.
Made a package with this template? Open an issue and I'll put it in this list
The credits for this idea goes to Tahul
Template built by Intevel