Skip to content

🪝 Minimalist starting point for your next Vue Composable

License

Notifications You must be signed in to change notification settings

OrbisK/vue-composable-starter

 
 

Repository files navigation

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 keys.
  • Rename all vue-composable-starter with your package name.
  • Rename VueComposableStarterPluginOptions with your plugin options.
  • Edit README.md.
  • Implement your composable.
  • Test your composable.
  • Document your composable. pnpm docs:dev
  • Publish

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.

About

🪝 Minimalist starting point for your next Vue Composable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.6%
  • Vue 19.5%
  • CSS 14.7%
  • HTML 4.2%