-
Notifications
You must be signed in to change notification settings - Fork 484
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
Vue support #952
Comments
There isn't currently Vue support - we'd need to be able to parse |
Where should I start from? Any suggestions? |
I'm not a Vue coder, so kind of just reading this as I go, but The key is to extract the JavaScript contents, the vuejs tool that does that is vue-loader, that extracts parts using a I think On the documentation side, I think you'd have a |
Thanks, I am all into this. |
I made a stab at this in the pull request. |
It is now working! Demo: https://wemake-services.gitbook.io/wemake-vue-template/api |
I am trying to bind together these two awesome things:
documentation.js
andvue
.Code
I am normally using
vue
single file components. I want to write documentation for it inside the same file. Like this:Error
When trying to run:
documentation build --shallow client/views/Async.vue -f md
I receive this error:Versions
node
v8.9.1npm
v5.5.1documetation
^5.3.3vue
^2.5.2Full example
Here's a template I am trying to use https://github.com/wemake-services/wemake-vue-template
The text was updated successfully, but these errors were encountered: