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