musicq
|
5d1ab5fe9c
|
refactor: check support package manager befor install (#3368)
|
2019-01-28 11:02:36 +08:00 |
|
Haoqun Jiang
|
78c7c129dd
|
feat: support yarn for adding inline registry
closes #2809
Yarn supports `--registry` since v1.2.0
|
2018-10-28 23:28:57 +08:00 |
|
Guillaume Chau
|
3a88152257
|
refactor(ui): update all plugins in one command which is much quicker
|
2018-06-16 01:26:38 +02:00 |
|
Guillaume Chau
|
83c2e4e2a7
|
chore: merge dev
|
2018-05-13 01:10:32 +02:00 |
|
Yingya Zhang
|
8fbbd353f9
|
feat: ask for whether to use taobao registry when getting versions (#1273)
|
2018-05-12 10:39:57 -04:00 |
|
Guillaume Chau
|
a628b43cf2
|
fix(ui): deps + dahsboard plugin
|
2018-04-11 20:41:46 +02: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
|
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 |
|
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
|
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
|
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
|
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
|
4e6024b2d6
|
use execa for cross-platform-ness
|
2018-01-05 17:38:40 -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
|
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
|
9c86a8ec8f
|
finish up base config + css config
|
2017-12-29 13:49:12 -05:00 |
|
Evan You
|
4045a0f6c4
|
tweak cli output
|
2017-12-29 00:26:43 -05:00 |
|
Evan You
|
f6ea76cf74
|
more readme tweaks
|
2017-12-28 22:32:17 -05:00 |
|
Evan You
|
79cfab8edb
|
refactor: adjust generation strategy
|
2017-12-28 22:10:32 -05:00 |
|
Evan You
|
9fc43f8fa5
|
improve log utils organization
|
2017-12-28 13:06:17 -05:00 |
|