Commit Graph

21 Commits

Author SHA1 Message Date
Guillaume Chau
6e1f7357a3 fix(ui): save db in user home 2018-06-10 17:59:45 +02:00
Tristan Partin
ec87266fe0 feat(xdg-compliance): rc file location hierarchy (#1326)
`vue-cli` now uses the following hierarchy for hosting its rc file:

* `VUE_CLI_CONFIG_PATH
* `XDG_CONFIG_HOME/vue/.vuerc`
* `HOME/.config/vue/.vuerc`
* `HOME/.vuerc`

closes #1325
2018-06-05 10:33:20 -04:00
Guillaume Chau
61655b14df feat(ui): Project creation working! 2018-03-07 19:17:27 +01:00
Evan You
2b9a7507b9 feat: allow specifying additional configs in preset 2018-03-05 11:20:20 -05:00
Evan You
85aacc3464 refactor: improve options validation 2018-02-03 22:19:21 -05:00
Evan You
3df1289cd9 feat: check and show newer version on create 2018-02-02 15:25:10 -05:00
Evan You
f372f55e93 feat: allow saving multiple presets 2018-01-28 00:24:33 -05:00
Evan You
01edb46b8c feat: support config in dedicated files 2018-01-27 17:03:31 -05:00
Evan You
06af371c04 feat: improve prompt flow 2018-01-14 22:58:17 -05:00
Evan You
e773479272 WIP: TS compat with other plugins 2018-01-11 00:37:21 -05:00
Evan You
cc35923452 Revert "move all deps to dependencies instead of devDependencies"
This reverts commit be4bf6fd7d.
2018-01-10 14:50:39 -05:00
Evan You
be4bf6fd7d move all deps to dependencies instead of devDependencies 2018-01-10 11:18:30 -05:00
Evan You
d3bb381e7b feat: css preprocessors 2018-01-08 17:47:48 -05:00
Evan You
88e9d46334 feat: router & vuex 2018-01-08 16:45:03 -05:00
Evan You
7fa24a541d implement global serve 2018-01-07 18:39:14 -05:00
Evan You
318d42092c validate options 2018-01-07 12:49:43 -05:00
Evan You
b1e858eb8d tweak registry check 2018-01-03 13:21:48 -05:00
Evan You
2c47f915a3 simplify registry check 2018-01-03 03:47:30 -05:00
Evan You
1548c613f7 test: options 2018-01-03 00:18:18 -05:00
Evan You
267ce7442a refactor for testing 2018-01-02 20:16:01 -05:00
Evan You
de821382b6 tweak registry check + options refactor 2018-01-01 20:14:03 -05:00