gbv / jskos-vue

A suite of components and plugins for Vue 3 related to JSKOS.
https://gbv.github.io/jskos-vue/
MIT License
0 stars 1 forks source link

Provide short development guide #9

Closed stefandesu closed 3 years ago

stefandesu commented 3 years ago

A quick introduction on how to get started with developing jskos-vue would be nice. In particular, I would suggest that the "main way" to develop components is using the documentation. The VitePress dev server uses hot module reloading just like the normal Vite dev server, so it can be used for active development as well. Also, this encourages to keep the documentation up-to-date and provide enough examples.