Commit Graph

156 Commits

Author SHA1 Message Date
Guillaume Chau
1f87ffdf62 chore(ui): merge dev 2018-04-26 20:22:02 +02:00
Derek Henscheid
6af7bbe247 fix: deep merge objects when extending package.json via plugins (#1070)
close #1053
2018-04-25 17:53:06 -04:00
Barthélémy Ledoux
c648301743 fix: vue invoke should delete renamed/removed files (#1049) 2018-04-25 17:42:26 -04:00
Yuta Hiroto
78ed155c05 fix: validate project name (#1039)
close #1024
2018-04-25 17:22:25 -04:00
yibuyisheng
708cde9f6f fix(cli): fix invoke glob node_modules ignore pattern (#1004) 2018-04-25 16:41:16 -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
cdf9d07790 feat(ui): vue ui command 2018-04-16 18:18:45 +02:00
Guillaume Chau
a628b43cf2 fix(ui): deps + dahsboard plugin 2018-04-11 20:41:46 +02:00
Guillaume Chau
a5b1822ff8 Merge branch 'dev' into feat-ui 2018-03-28 00:56:18 +02:00
Barthélémy Ledoux
e65110f3f6 fix(invoke): issue #1037 invoke binary files (#1038)
Using `vue invoke` was breaking all binary files because of encoding issues
2018-03-27 16:25:58 -05: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
61655b14df feat(ui): Project creation working! 2018-03-07 19:17:27 +01:00
Guillaume Chau
971404e60d chore: merge dev 2018-03-07 14:23:47 +01:00
Guillaume Chau
ee59f54cb5 feat(ui): ProjectCreate features tab 2018-03-06 19:10:11 +01:00
Evan You
08add21fe6 fix: fix @vue/cli-service initial version 2018-03-06 12:24:56 -05:00
Guillaume Chau
45e3c82f0a feat(ui): Preset tab 2018-03-05 23:53:46 +01:00
Evan You
89f5cc3fc8 fix: resolve template extend source from the template location (fix #943) 2018-03-05 17:52:21 -05:00
Evan You
bdce865e83 feat: allow specifying plugin versions in presets 2018-03-05 17:44:48 -05:00
Evan You
de60d9f235 feat: read existing files during plugin invocation (close #873) 2018-03-05 12:33:10 -05:00
Evan You
5ae22a1ad4 refactor: allow Generator to accept inline files 2018-03-05 12:07:08 -05:00
Evan You
2b9a7507b9 feat: allow specifying additional configs in preset 2018-03-05 11:20:20 -05:00
Evan You
4601cc34b2 refactor: move more into pluginResolution util 2018-03-05 11:09:21 -05: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
Evan You
78dcc7ac58 refactor: use consistent plugin name resolution between add and invoke 2018-03-04 14:25:56 -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
Evan You
f065d18aec test: tests for template inehritance 2018-03-03 18:47:26 -05:00
Evan You
1869aa2a20 feat: Generator now supports template inheritance 2018-03-03 18:32:53 -05:00
Evan You
ee13f7cf50 chore: skip cd command in finish instructions if created in current dir 2018-03-02 21:56:28 -05:00
Evan You
8eb0bc8261 chore: shorten current directory prompt 2018-03-02 21:53:15 -05:00
kazuya kawaguchi
6ae1569027 feat: support creating project in current directory (#916)
closes #896
2018-03-02 21:29:30 -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
dd04add39e feat: support using ESLint to lint TypeScript 2018-02-07 15:46:59 -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
e597d12f41 docs: improve documentation for plugin development 2018-02-05 19:58:13 -05:00
Evan You
4f2f6f0995 fix: move plugin data extraction into GeneratorAPI 2018-02-04 10:50:33 -05:00
Jarrod Davis
0f9a44a77a fix(inspect): correct usage of resolve (#773)
Use `basedir` to specify the initial search path for resolving the CLI
service, since `cwd` is not a valid option property.
2018-02-04 10:49:38 -05:00