An open API service indexing awesome lists of open source software.

https://github.com/Intevel/vue-composable-template

📦 Minimalistic setup for creating Vue 3 composables.
https://github.com/Intevel/vue-composable-template

Last synced: 11 months ago
JSON representation

📦 Minimalistic setup for creating Vue 3 composables.

Awesome Lists containing this project

README

          

# 📦 vue-composable-template

A simple and minimalistic setup for creating Vue 3 composables.

- 🧩 **TypeScript** by default
- 🌐 [**Vue 3 & Vite**](https://vitejs.dev) as a playground
- ✅ Testing using [**Vitest**](https://vitest.dev)
- 🛠 Building with [**unbuild**](https://github.com/unjs/unbuild)

## 💻 Development

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`

## 📋 To-Do

- [ ] Edit package.json `name`, `description`, `repository` and `author`.
- [ ] Edit README.md.
- [ ] Develop your composable.

## 🗂 Build with this template
Made a package with this template? Open an issue and I'll put it in this list

- [**vue-browser-notifications**](https://github.com/Intevel/vue-browser-notifications)

## 💚 Credits

The credits for this idea goes to [Tahul](https://github.com/tahul/)

Template built by [Intevel](https://github.com/Intevel)