Commit Graph

5 Commits

Author SHA1 Message Date
Evan You
d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You
1b85cdf67b docs: document generator template inehritance 2018-03-03 18:54:30 -05:00
wietseva
3dcf3c6de8 docs: package.json project options (#842)
Project options are specified in the `"vue"` field and not `"vue-cli"`
2018-02-16 02:20:00 +01:00
diogosalazar
178ec30157 docs: fix typos (#810)
There are a few typos for some of the method names in the code sections
2018-02-12 09:59:35 -05:00
Evan You
242423bd5a chore: rename plugin dev file 2018-02-08 17:50:21 -05:00