Hiển Đào Vinh
|
6c966f46bb
|
feat(build): set output target before configureWebpack, close #1941 (#1943)
|
2018-07-25 11:51:54 -05:00 |
|
Evan You
|
cb92491506
|
refactor(typescript): improve tslint implementation
|
2018-07-25 11:50:40 -05:00 |
|
Guillaume Chau
|
c5ac93e2aa
|
fix(suggestions): refresh list when locale changes
|
2018-07-25 15:39:42 +02:00 |
|
Guillaume Chau
|
8e6622fb5d
|
fix(task): shell mode (fix cd) + more robust error handing
|
2018-07-25 15:34:04 +02:00 |
|
Guillaume Chau
|
0ee1983c9b
|
fix(plugin api): task hooks (non-vue cli project)
|
2018-07-25 15:14:23 +02:00 |
|
Guillaume Chau
|
0521818087
|
docs(css): auto import [ci skip]
|
2018-07-24 19:09:26 +02:00 |
|
Guillaume Chau
|
0f0f7e6e47
|
test(ui): fix e2e
|
2018-07-24 18:58:45 +02:00 |
|
Evan You
|
c245579b41
|
docs: mention how to use webpack built-in prefetch [ci skip]
|
2018-07-24 11:51:12 -04:00 |
|
Evan You
|
ecd0b8d924
|
chore: handle package.scripts being empty when generating readme
|
2018-07-24 11:50:38 -04:00 |
|
Evan You
|
ccc90c9800
|
feat(serve): allow specifying public network url via command line
|
2018-07-24 11:01:39 -04:00 |
|
Evan You
|
3bddab93cd
|
chore: show network unavailable for explicit localhost
|
2018-07-24 11:01:39 -04:00 |
|
Pavan Kumar Sunkara
|
17f37187f0
|
chore: Make the logging consistent and pretty (#1925)
|
2018-07-24 10:22:13 -04:00 |
|
Evan You
|
0effec2b97
|
workflow: document release process [ci skip]
|
2018-07-24 10:08:00 -04:00 |
|
Evan You
|
7d46db926a
|
feat: demonstrate route-level code splitting in generated file
close #1928
|
2018-07-24 09:56:05 -04:00 |
|
Pavan Kumar Sunkara
|
e9d01ebde4
|
fix(create): Commands added by plugin (through preset) won't have description in README' (#1910)
|
2018-07-24 09:41:19 -04:00 |
|
勾三股四
|
a0012c4f82
|
[doc] Chinese docs translation (#1786)
|
2018-07-24 09:33:00 -04:00 |
|
Evan You
|
87ad7fc2f8
|
fix(typescript): avoid error when using ts + eslint + e2e-nightwatch
close #1922
|
2018-07-23 13:51:54 -04:00 |
|
Evan You
|
8415622f28
|
feat(build): allow specifying chunks in multi-page mode
close #1923
|
2018-07-23 13:49:21 -04:00 |
|
Evan You
|
a3596a1197
|
ci: fix ts dev dep
|
2018-07-23 13:06:04 -04:00 |
|
Evan You
|
30215c2819
|
feat: add corsUseCredentials option
This allows the user to configure which CORS strategy to use
for <script type=module> in modern mode.
close #1867
|
2018-07-23 13:04:48 -04:00 |
|
Evan You
|
f278faf940
|
feat(typescript): make typescript a peer dep so user can specify its version
|
2018-07-23 11:42:44 -04:00 |
|
Damian Dulisz
|
098b63e768
|
feat: Add link to Vue News to bootstrapped component (#1920)
|
2018-07-23 16:20:42 +02:00 |
|
Evan You
|
10aa99641b
|
fix(web-component): fix multiple wc-async bundles on the same page
close #1150
|
2018-07-20 11:36:18 -04:00 |
|
Evan You
|
967f99abc0
|
fix(create): fix force git init
|
2018-07-20 10:33:18 -04:00 |
|
Evan You
|
dcf9931809
|
fix(build): respect productionSourceMap option for all targets
close #1898
|
2018-07-20 10:09:17 -04:00 |
|
Haoqun Jiang
|
7e6c37c09b
|
fix(create): fix shouldInitGit check (#1901)
Also improve skip git flag description (`--git false` -> `--no-git`)
|
2018-07-20 06:38:07 -07:00 |
|
Guillaume Chau
|
3936dfc77a
|
fix(tasks): parameters
|
2018-07-20 08:52:34 +02:00 |
|
Guillaume Chau
|
d24c7bb10a
|
refactor(plugin api): scope shared data per-project
|
2018-07-20 08:39:38 +02:00 |
|
Guillaume Chau
|
ca7ad70417
|
fix: typo
|
2018-07-20 08:38:10 +02:00 |
|
Guillaume Chau
|
f4aa40dbc1
|
fix(pwa): wrong config, closes #1890
|
2018-07-20 07:33:46 +02:00 |
|
Evan You
|
a352bdc4da
|
fix(typescript): default esModuleInterop to true
close #1895
|
2018-07-19 18:21:05 -04:00 |
|
Evan You
|
75eb5b1711
|
fix: plugin generator should be optional
close #1896
|
2018-07-19 18:14:56 -04:00 |
|
Evan You
|
4b4e4609e5
|
perf: improve CLI startup performance
|
2018-07-19 16:41:10 -04:00 |
|
Evan You
|
cd88cfa1e4
|
feat(unit-jest): run jest in the same process
This allows vue-cli-service test:unit to be debugged via node inspector.
|
2018-07-18 17:12:17 -04:00 |
|
Evan You
|
e33b04c306
|
feat(plugin-api): prompts.js can now export a function which receives package info
|
2018-07-18 16:51:13 -04:00 |
|
Evan You
|
ba4d0f285b
|
refactor(generator): ensure proper deep merge of array values in api.extendPackage
Also fixes #970 by injecting eslint config when invoking ts plugin in an existing project
with eslint plugin installed.
|
2018-07-18 16:44:03 -04:00 |
|
Evan You
|
d6d2af5628
|
fix(typescript): fix ts + modern mode
close #1577
|
2018-07-18 11:26:28 -04:00 |
|
Evan You
|
5d9391e099
|
chore: mention babel preset usage [ci skip]
|
2018-07-18 11:23:11 -04:00 |
|
Evan You
|
744c375fba
|
fix: disable chunk sorting in html-webpack-plugin
close #1669
|
2018-07-17 23:04:03 -04:00 |
|
james south
|
5c90017687
|
chore: fix typo [ci skip] (#1882)
initialization is misspelled intialization
|
2018-07-17 22:10:04 -04:00 |
|
Serkan Yerşen
|
87a6272421
|
fix(create): prioritize preset name present in ~/.vuerc (#1874)
close #1871
|
2018-07-17 22:09:39 -04:00 |
|
Evan You
|
ce585490c7
|
fix: infer rootOptions for late invoked generators
close #1820
|
2018-07-17 17:07:12 -04:00 |
|
Evan You
|
a748c26b63
|
chore: remove log [ci skip]
|
2018-07-17 17:00:17 -04:00 |
|
Evan You
|
b916c32a66
|
chore: improve vue inspect failure message
ref #1805
|
2018-07-17 16:22:28 -04:00 |
|
Evan You
|
fe117740c4
|
fix: temporarily disable space-infix-ops for eslint + TS
ref #1672
|
2018-07-17 15:37:24 -04:00 |
|
Guillaume Chau
|
9a8f49edb6
|
fix(ipc): check connection
|
2018-07-17 21:34:32 +02:00 |
|
Evan You
|
ab66dc199a
|
docs: update GitHub pages deployment guide [ci skip]
|
2018-07-17 15:25:56 -04:00 |
|
Eric Ti-Yu Chiang
|
e37da595d5
|
docs: Add the GitHub Pages platform guide (#1872)
|
2018-07-17 15:25:56 -04:00 |
|
Anna Wu
|
53899a1aea
|
update docs on how to deploy project to surge.sh (#1864)
pretty straightforward!
|
2018-07-17 15:25:56 -04:00 |
|
Guillaume Chau
|
cc9a6c2809
|
fix: vuepress docs branch
|
2018-07-17 15:25:56 -04:00 |
|