Commit Graph

202 Commits

Author SHA1 Message Date
Evan You
c2aac9e4eb refactor: merge skipGit and initialCommit options 2018-04-27 13:08:21 -04:00
Evan You
9cfafea328 refactor(cli): default to .js for eslintrc and postcssrc
close #994
2018-04-27 12:45:45 -04:00
Evan You
23480ae8f5 feat(cli): skip git if already in a git repo, add --skipGit option
close #967
2018-04-27 12:03:23 -04:00
Derek Henscheid
6ca86aa667 feat(inspect): add a -v/--verbose flag to inspect command to output full functions (#1175)
close #1157
2018-04-26 16:56:44 -04:00
Derek Henscheid
11ccf64322 feat: support custom initial commit message (#1116) 2018-04-26 15:27:36 -04:00
Evan You
739424dca9 chore: fix pluginsOnly typo 2018-04-26 15:23:31 -04:00
Julien
a8a6b62a69 docs: document vue init --clone option (#1079) 2018-04-26 15:11:53 -04: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
Evan You
9842b149f0 v3.0.0-beta.7 2018-04-25 10:58:49 -04: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
AchillesJ
11956acb4d feat: allow vue add to work with plugins without a generator (#1032) 2018-03-24 11:48:35 -04:00
Evan You
1cae990520 v3.0.0-beta.6 2018-03-06 15:30:41 -05:00
Evan You
08add21fe6 fix: fix @vue/cli-service initial version 2018-03-06 12:24:56 -05:00
Evan You
c8750c62d5 v3.0.0-beta.5 2018-03-05 18:01:13 -05: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
3683b94ccc v3.0.0-beta.4 2018-03-05 14:42:38 -05:00
Evan You
a4f9e5d908 ci: bump invoke test timeout 2018-03-05 12:34:04 -05:00
Evan You
de60d9f235 feat: read existing files during plugin invocation (close #873) 2018-03-05 12:33:10 -05:00
Evan You
dbbc96bacc chore: upgrade globby 2018-03-05 12:32:36 -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
8b24ec6aba chore: move add before invoke in commands 2018-03-04 16:14:47 -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
28e3284895 v3.0.0-beta.3 2018-03-02 22:28:28 -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
Evan You
626eb36889 v3.0.0-beta.2 2018-02-28 18:45:28 -05:00
Yaojun Zheng
cd238587dd feat: output help information on unknown CLI commands (#857)
close #849
2018-02-28 15:30:27 -05:00
Evan You
17cd664452 v3.0.0-beta.1 2018-02-16 11:50:10 +01:00
Evan You
82d71ebe31 v3.0.0-alpha.13 2018-02-13 13:27:35 -05:00
Evan You
6a0bc17e98 fix: include missing dep (fix #831) 2018-02-12 20:28:15 -05:00
Evan You
999946f144 chore: remove unecessary file 2018-02-12 20:27:47 -05:00
Evan You
194172b78f v3.0.0-alpha.12 2018-02-12 17:11:29 -05:00
Evan You
f4c520b834 test: fix invoke test case 2018-02-12 17:02:17 -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
07f924b37c v3.0.0-alpha.11 2018-02-09 13:24:44 -05:00