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 |
|
Evan You
|
0468022fdb
|
test: fix eslint related tests
|
2018-02-09 11:43:43 -05:00 |
|
Evan You
|
a660ac8538
|
v3.0.0-alpha.10
|
2018-02-08 17:38:09 -05:00 |
|
Evan You
|
8b79644052
|
docs: progress
|
2018-02-08 13:34:05 -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
|
dfb25830e1
|
docs: initial docs
|
2018-02-07 19:36:52 -05:00 |
|
Evan You
|
dd04add39e
|
feat: support using ESLint to lint TypeScript
|
2018-02-07 15:46:59 -05:00 |
|
Evan You
|
84051b5ccc
|
v3.0.0-alpha.9
|
2018-02-06 17:50:13 -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
|
6dc0533360
|
v3.0.0-alpha.8
|
2018-02-04 10:56:18 -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 |
|
Evan You
|
85aacc3464
|
refactor: improve options validation
|
2018-02-03 22:19:21 -05:00 |
|
Evan You
|
7871c5c23d
|
fix: fix overwrite prompt
|
2018-02-03 14:18:32 -05:00 |
|
Evan You
|
5cdc07cd21
|
v3.0.0-alpha.7
|
2018-02-02 17:41:19 -05:00 |
|
Evan You
|
c1142e21b0
|
feat: support prompts when invoking plugins
also add invoke prompts for eslint & typescript plugins
|
2018-02-02 16:34:51 -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
|
46902fc1e5
|
v3.0.0-alpha.6
|
2018-02-02 03:51:44 -05:00 |
|
Evan You
|
7874b0e2eb
|
fix: do not extract vue.config.js in tests
|
2018-02-02 03:07:16 -05:00 |
|
Evan You
|
4c00cfaa3b
|
feat: vue inspect that proxies to vue-cli-service
|
2018-02-02 02:10:28 -05:00 |
|
Evan You
|
d40d4b4b4e
|
refactor: always extract vue.config.js
|
2018-02-02 01:26:13 -05:00 |
|
Evan You
|
6661ac24ac
|
fix: fix --force flag
|
2018-02-02 01:12:19 -05:00 |
|
Evan You
|
9a07eebea5
|
feat: complete --target wc & multi-wc + tests
|
2018-02-02 00:56:27 -05:00 |
|
Evan You
|
0f59c03985
|
feat: vue build --target multi-wc [pattern]
|
2018-02-01 15:12:32 -05:00 |
|
Evan You
|
1c4943b6ec
|
feat: improve build lib/web-component
|
2018-02-01 15:12:32 -05:00 |
|
toBeTheLight
|
39fa6fd997
|
chore: misspell (#760)
|
2018-02-01 10:55:58 -05:00 |
|
Evan You
|
98afd07017
|
feat: inject styles under shadow root in web component mode
|
2018-01-31 00:07:57 -05:00 |
|
Evan You
|
6db7735c74
|
feat: build --target web-component (WIP)
|
2018-01-30 17:13:05 -05:00 |
|
Evan You
|
4fb4e35fe7
|
fix: --target for global build
|
2018-01-30 01:45:51 -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
|
e5ef34d439
|
fix: fix version check
|
2018-01-29 21:38:04 -05:00 |
|
Evan You
|
8ce1c5570c
|
test: promptModules tests
|
2018-01-29 21:06:30 -05:00 |
|
Evan You
|
0ce0055188
|
chore: make it clear that invoke can pass options
|
2018-01-29 21:06:17 -05:00 |
|
Evan You
|
5be05f34d2
|
fix: fix project creation when path contains spaces (fix #742)
|
2018-01-29 17:41:13 -05:00 |
|