vue-composable-starter

🪝 Minimalist starting point for your next Vue Composable

0
0
0
TypeScript
public
Forked

[!NOTE]
This is a template for creating a new Vue 3 composable. It includes a basic structure for the composable, testing, documentation, and playgrounds.
If you encounter any issue please open an issue on GitHub.

🪝 vue-composable-starter

A minimalist starting point for your next Vue 3 composable.

Workflow

  1. Install the dependencies
pnpm install
  1. Develop your composable
pnpm dev:nuxt
  1. Test your composable
pnpm test

To-Do

  • Edit package.json name, description, repository and author
  • Rename all vue-composable-starter
  • Rename VueComposableStarterPluginOptions
  • Document your composable.

Contributing

You are more than welcome to improve this starter template.

Just submit your changes via pull request.

If you are making a fix on the template, you can use the main branch and send a pull request.

v0.3.3[beta]