mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 06:09:56 -06:00
f5f4de0aa31e9e6c3fd57807fba2bccca072b687
api.extendPackage (#5149)
Currently, 3 options are implemented: - options.prune (defaults to `false`) - Remove null or undefined fields from the object after merging. - options.merge (defaults to `true`) deep-merge nested fields, note that dependency fields are always deep merged regardless of this option. - options.warnIncompatibleVersions (defaults to `true`) Output warning if two dependency version ranges don't intersect. Closes #4779
vue-cli

Vue CLI is the Standard Tooling for Vue.js Development.
Documentation
Docs are available at https://cli.vuejs.org/ - we are still working on refining it and contributions are welcome!
Contributing
Please see contributing guide.
License
Languages
JavaScript
75%
Vue
22.9%
TypeScript
0.9%
Stylus
0.5%
HTML
0.3%
Other
0.4%