Guillaume Chau
|
1f87ffdf62
|
chore(ui): merge dev
|
2018-04-26 20:22:02 +02:00 |
|
Barthélémy Ledoux
|
c648301743
|
fix: vue invoke should delete renamed/removed files (#1049)
|
2018-04-25 17:42:26 -04:00 |
|
Evan You
|
fb7ccb6678
|
fix: avoid emoji length problem in update log (close #835)
|
2018-04-25 14:44:35 -04:00 |
|
Guillaume Chau
|
a628b43cf2
|
fix(ui): deps + dahsboard plugin
|
2018-04-11 20:41:46 +02:00 |
|
Guillaume Chau
|
e07abbbfa6
|
feat(ui): PluginApi -> describeTask initial impl.
|
2018-03-25 19:53:58 +02:00 |
|
Guillaume Chau
|
fbc9a090af
|
Merge branch 'dev' of github.com:vuejs/vue-cli into feat-ui
|
2018-03-25 14:40:47 +02:00 |
|
AchillesJ
|
11956acb4d
|
feat: allow vue add to work with plugins without a generator (#1032)
|
2018-03-24 11:48:35 -04:00 |
|
Guillaume Chau
|
7571e80739
|
feat(ui): plugins update
|
2018-03-16 20:01:58 +01:00 |
|
Guillaume Chau
|
1a48c9fc3e
|
feat(ui): plugin invoke
|
2018-03-14 14:49:52 +01:00 |
|
Guillaume Chau
|
63ccde84e9
|
feat(ui): install/uninstall plugin
|
2018-03-12 13:57:00 +01:00 |
|
Guillaume Chau
|
b9a714c32a
|
feat(ui): wip plugins list
|
2018-03-11 19:36:23 +01:00 |
|
Guillaume Chau
|
9f0eece1d1
|
feat(ui): Progress and Logs systems
|
2018-03-09 20:35:37 +01:00 |
|
Guillaume Chau
|
45e3c82f0a
|
feat(ui): Preset tab
|
2018-03-05 23:53:46 +01:00 |
|
Evan You
|
2d89c51c27
|
feat: support using remote preset (close #884)
|
2018-03-05 10:56:24 -05:00 |
|
Evan You
|
49e9cf2ce6
|
refactor: use pluginResolution utils in more places, add tests
|
2018-03-04 15:13:02 -05:00 |
|
Guillaume Chau
|
896aec557b
|
feat: add vue add command (#936)
* feat(bin): new 'add' command
* fix(add): Add a blank line
* Update installDeps.js
|
2018-03-04 13:52:06 -05:00 |
|
Evan You
|
edff5b49fe
|
refactor: extract plugin resolution into shared-utils
|
2018-03-04 13:46:10 -05:00 |
|
Guillaume Chau
|
0f2ee80a10
|
feat: generatorAPI.exitLog (#935)
* feat(logger): add tag argument
* feat(generator): add `exitLog` api
* fix(generator): extract toShortId into a util function
|
2018-03-04 13:22:55 -05:00 |
|
Wade Tandy
|
e8aa68864c
|
fix: fix usage with https proxy by switching from axios to request (#829)
Closes #785
Axios has a [known issue](https://github.com/axios/axios/issues/658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP. This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
|
2018-02-12 16:41:23 -05:00 |
|
Evan You
|
492adbdb65
|
test: fix test case on windows
|
2018-02-08 11:55:28 -05:00 |
|
Evan You
|
55cb4c0162
|
test: attempt to fix multi line match for windows CI
|
2018-02-07 19:41:29 -05:00 |
|
Evan You
|
f7d273dd4a
|
refactor: use axios for registry ping
|
2018-02-06 17:46:00 -05:00 |
|
Evan You
|
67df3eb436
|
fix: only support taobao check and inline registry when using npm
close #789
|
2018-02-06 16:34:46 -05:00 |
|
Evan You
|
46166fb640
|
fix: handle vue invoke config merging for existing files
close #788
|
2018-02-06 16:02:09 -05:00 |
|
Evan You
|
9f25eedf80
|
refactor: make hasYarn & hasGit lazy to improve boot time
|
2018-02-02 15:38:41 -05:00 |
|
Evan You
|
3df1289cd9
|
feat: check and show newer version on create
|
2018-02-02 15:25:10 -05:00 |
|
Evan You
|
120d5c5256
|
fix: move linkBin into @vue/cli since it requires node 8
|
2018-01-29 22:05:31 -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
|
f8c4cb2810
|
refactor: further tweak install output
|
2018-01-26 18:28:59 -05:00 |
|
Evan You
|
61b93a68fd
|
refactor: improve installation progress
|
2018-01-26 17:07:55 -05:00 |
|
Evan You
|
db9be90e4a
|
fix executable linking on windows for real
|
2018-01-11 10:05:37 -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
|
071beecf66
|
fix test symlink on windows
|
2018-01-10 10:58:30 -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
|
4e6024b2d6
|
use execa for cross-platform-ness
|
2018-01-05 17:38:40 -05:00 |
|
Evan You
|
0151a8182d
|
initial plugin tests
|
2018-01-05 13:13:39 -05:00 |
|
Evan You
|
89ed100748
|
test for Generator/GeneratorAPI
|
2018-01-03 18:52:51 -05:00 |
|
Evan You
|
b1e858eb8d
|
tweak registry check
|
2018-01-03 13:21:48 -05:00 |
|
Evan You
|
2a0b91655d
|
avoid checking latency twice
|
2018-01-03 04:08:21 -05:00 |
|
Evan You
|
2c47f915a3
|
simplify registry check
|
2018-01-03 03:47:30 -05:00 |
|
Evan You
|
267ce7442a
|
refactor for testing
|
2018-01-02 20:16:01 -05:00 |
|
Evan You
|
e8efe70951
|
refactor bin
|
2018-01-02 18:00:03 -05:00 |
|
Evan You
|
1658c7f3ce
|
fix threshold
|
2018-01-01 20:17:36 -05:00 |
|
Evan You
|
de821382b6
|
tweak registry check + options refactor
|
2018-01-01 20:14:03 -05:00 |
|
Evan You
|
7075888909
|
auto npm registry detection
|
2018-01-01 19:04:17 -05:00 |
|
Evan You
|
83975d9373
|
sort package.json fields
|
2018-01-01 17:33:07 -05:00 |
|
Evan You
|
557a25a3d7
|
wip: lint
|
2017-12-31 16:18:41 -05:00 |
|