Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.54 KB

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.