Barthélémy Ledoux
Barthélémy Ledoux
### Description When running vuepress docs, saving a markdown file refreshes the content of the corresponding page. It is not the case with vue files that contain docs block. ###...
- [x] create a docgen-cli command to create translation files for components - [ ] create a docgen-cli command to check/update translation files for components - [x] when creating files...
**The problem** We need a more modern way to edit examples. * TypeScript * pug * SCSS It would be incredible if we could get contextual autocompletion **Proposed solution** -...
**The problem** When using vue-docgen-api, there are a few items whose format are not implemented completely (value lists, arrays, objects) I would like a format that is more complete and...
Less config files Same as for eslint https://github.com/vue-styleguidist/vue-cli-plugin-styleguidist/issues/7
Feature branch for #83 - [x] Use vue-cli 3.0 for simplify build configuration
Would you mind if I take a stab at it? I will create a PR if it helps.
investigating https://github.com/vue-styleguidist/vue-styleguidist/issues/292
## Objective: Guide developers in their migration from vue 2 to vue 3, specifically in their dependencies ## Contents - name of library - name of the branch where the...
### Version 3.0.0-beta.3 ### Reproduction link [https://github.com/elevatebart/vue-next-react-ts-conflict](https://github.com/elevatebart/vue-next-react-ts-conflict) ### Steps to reproduce ```sh # Checkout the repo git checkout https://github.com/elevatebart/vue-next-react-ts-conflict.git # Install all modules npm ci # run tsc npm start...