//vue-composable-starterbyOrbisK

vue-composable-starter

πŸͺ Minimalist starting point for your next Vue Composable

0
0
0
TypeScript

[!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. undefinedInstall the dependencies
pnpm install
  1. undefinedDevelop your composable
pnpm dev:nuxt
  1. undefinedTest 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.

[beta]v0.14.0