flozero / vuepress-plugin-docgen

auto docs generation for your components
https://f3ltron.github.io/vuepress-plugin-docgen/
MIT License
28 stars 3 forks source link

improve dev environment #4

Closed flozero closed 5 years ago

flozero commented 5 years ago

Actually we have to re run vuepress when we change things. We should add something that will watch and that we can run at the root folder

make the CI working again

flozero commented 5 years ago

normally dev logic and and install logic work well

npm run dev:install will install root plugin and example folder npm run dev will re run chokidar npm run docs:dev from example folder