Commit Graph

14 Commits

Author SHA1 Message Date
Haoqun Jiang
f73fa6e4e5 chore: dependency maintenance 2020-12-08 15:29:09 +08:00
Haoqun Jiang
6857b82dfc chore: Merge branch 'dev' into next 2020-09-10 20:46:50 +08:00
Haoqun Jiang
34c09dc803 fix: fix duplicate id="app" in Vue 3 project template (#5852)
closes #5813
2020-09-08 19:44:08 +08:00
Haoqun Jiang
b07be3ca8a chore: dependency maintenance 2020-09-07 21:39:04 +08:00
Haoqun Jiang
f42888d9e1 chore: fix indentation 2020-09-03 09:55:33 +08:00
Haoqun Jiang
b1772cadd2 feat: allow choosing vue version on creation (and in presets) (#5637) 2020-07-24 18:54:15 +08:00
Haoqun Jiang
36b475c117 chore: depedency maintenance 2020-05-25 14:40:04 +08:00
Haoqun Jiang
ee05918486 chore: dependency maintenance 2020-04-01 14:27:44 +08:00
Manuel Ojeda
84abd1182f types(router): added router array type for Array RouteConfig (#4805)
* types(router): added router array type for Array RouteConfig

* Update index.js

* Update index.js
2020-02-28 12:24:37 +08:00
Haoqun Jiang
8028d9fff7 chore: dependency maintenance 2020-02-02 23:08:35 +08:00
Tao Wei
cb3db60aa8 style: unified components' naming style (#4991) 2020-01-09 20:19:57 +08:00
Haoqun Jiang
86c500fd4b chore: dependency maintenance (#4734)
* chore: dependency maintenance

* Revert "test: replace `waitForFunction` with `waitForXPath`"

This reverts commit b2848aeeaf.
2019-10-21 20:13:21 +08:00
Haoqun Jiang
fec160ff96 fix: no need to assertCliVersion. avoid breaking old versions 2019-10-16 20:31:18 +08:00
Pavan Kumar Sunkara
246ae678cb feat!: make router a separate plugin (#4196)
* refactor: move router to its own plugin

* refactor: rename routerHistoryMode option to historyMode

* test: add @vue/cli-plugin-router tests

* feat: change src/router.js for most common use cases

* fix: fix cli-ui tests

* docs: Remove router root option from docs

* fix: add support for legacy router option
2019-07-05 23:21:29 +08:00