-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate .md in the same vue components folder #17
Comments
In fact, I have realized the benefits of this scenario and it is planned for the future. |
Do you think is something that can be done right now with {
"include": ["src/components/**/*.vue"],
"outDir": "src",
"markdownDir": "**/*",
"genType": "markdown"
} |
Yes, this is a good suggestion, but unfortunately, it is not supported now. |
You can install 1、Remove the previous global installation: yarn global remove vuese 2、Install yarn global add @vuese/cli@^2.0.0-beta.8 3、Run the following command: vuese gen --genType="markdown" --markdownDir="*" The first available version of 2.0 will be released soon, you can view the 2.x roadmap for more planning: https://github.com/vuese/roadmap thanks |
Hi, is there a way to generate
.md
files beside thevue
SFC components? I have this structure and i want to generate each md in the same component folder:The text was updated successfully, but these errors were encountered: