-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Docs overhaul #2810
Comments
Working on plugin dev guide + API reference |
@Akryum I would love to help if you could guide me to a specific area in the docs that need mending/improving |
@Akryum same as @JonathanDn Would love to help if there's a path or somewhere you would love us to get started from. Thanks |
Bumping the Docs overhaul issue! I think there's an opportunity to improve the docs about Build Targets and the Here's a fresh example of how just using the props: {
limit: {
type: Number, // <- es6.number.constructor polyfill is added
default: 0
}
} increases the (unminified) bundle size from 17.33 KiB to 39.42 KiB. Would you be interested in a Pull Request for the docs? |
With the release of vue cli v4, it would be really nice to have a guide on migrating plugins. It also appears as if the new migrate feature is undocumented. |
It would be great if looking at older versions of the documentation was added here as well. It is confusing for me what works with Vue 2, 3, and 4. |
Reference issue for docs refactor
We are planning on overhauling the documentation for vue-cli soon. There will be two docs sites:
Checklist:
The text was updated successfully, but these errors were encountered: