Commit Graph

2157 Commits

Author SHA1 Message Date
Thorsten Lünborg 6f93bfeee0 fix(cli-service): inspect --rules (close #3334) (#3378) 2019-03-05 22:28:28 +08:00
勾三股四 4c3f2e7d8d docs: typo: object rest spread (#3556) [ci skip] 2019-03-04 22:50:43 +08:00
Haoqun Jiang 873ad84611 feat: loosen the restriction of typescript version (#3542) 2019-03-02 23:43:01 +08:00
WilsonLiu95 7df0c58ff2 feat: add entryFiles option, allowing explicit polyfill injection to specified files (#3470) 2019-02-28 16:38:52 +08:00
Haoqun Jiang bd57f15a15 feat: support environment variable expansion (#3534) 2019-02-28 15:04:46 +08:00
Haoqun Jiang 2de215e849 feat: warn if run instant prototyping in a project directory (#3508)
closes #2473
2019-02-28 15:04:35 +08:00
Haoqun Jiang f5b174ff79 feat: allow vue.config.js to return a function (#3499)
closes #3213
2019-02-28 15:03:25 +08:00
Michiel Nugter 8562d3edfd feat: add .mjs files as transpileable files (#3485) 2019-02-28 14:41:42 +08:00
Fengyuan Chen f2a6db2337 refactor(cli-plugin-eslint): merge lint-staged config (#3487) 2019-02-28 14:40:06 +08:00
Haroen Viaene 94ff7bf33c chore(ui): add analytics tags to dependency search (#3458) 2019-02-27 16:46:57 +08:00
Jonas fec38f5541 fix(cli-service): catch exception if "copy to clipboard" fails (issue #3476) (#3503)
close #3476
2019-02-26 23:53:13 +08:00
Barthélémy Ledoux 6e9ba9beb1 fix: add missing package keys to the sort array (issue #3509) (#3510) 2019-02-26 23:52:18 +08:00
Haoqun Jiang 14b2c6e0b1 fix: fix modern mode in monorepo by resolving in the package scope
fixes https://github.com/vuejs/vue-cli/pull/3477#issuecomment-466926461
2019-02-26 01:31:33 +08:00
Haoqun Jiang 51efb99c15 test: revert puppeteer to 1.11.0 2019-02-25 01:32:50 +08:00
Haoqun Jiang 5306c3787d chore: update deps 2019-02-25 01:05:44 +08:00
Haoqun Jiang 266090da2a fix: lock @vue/test-utils version as it's still in beta and may introduce breaking changes 2019-02-25 00:39:55 +08:00
Haoqun Jiang 9ea88af113 docs: add an introductory paragraph to troubleshooting.md [ci skip] 2019-02-22 22:28:22 +08:00
Haoqun Jiang 19c474e2e1 test: bump timeout, fixes AppVeyor CI 2019-02-22 22:24:48 +08:00
Haoqun Jiang 61a58554a6 docs: add a troubleshooting page for common issues (#3479) 2019-02-22 22:16:41 +08:00
ruanhaojian 0003b5d1e4 docs: add self-hosted repos example for remote presets. (#3494) 2019-02-22 16:56:58 +08:00
Haoqun Jiang b3de889754 test: add test for legacy bundle in modern mode 2019-02-21 19:09:14 +08:00
Haoqun Jiang c078633be1 chore: merge branch 'dev' into docs 2019-02-20 16:54:46 +08:00
Haoqun Jiang aa50bf56ad chore: vue-cli-version-marker@3.4.1 vue-cli-version-marker@3.4.1 2019-02-20 14:50:25 +08:00
Haoqun Jiang 0f5d1dac42 chore: 3.4.1 changelog [ci skip] 2019-02-20 14:50:23 +08:00
Haoqun Jiang 0c3f6183a8 v3.4.1 v3.4.1 2019-02-20 14:48:28 +08:00
Haoqun Jiang 805a4ce291 test: add test for modern mode build result 2019-02-20 14:22:32 +08:00
Evan You e0983f4054 fix: run modern build in separate process (#3477)
fix #3438, #3474
2019-02-20 14:04:47 +08:00
JK 1b27d02a63 test: add test for multi page history api fallback (#3472) 2019-02-20 13:25:24 +08:00
JK ea5d9f763e feat(cli-service): add history api fallback for multi-page mode (#3181) 2019-02-19 17:05:07 +08:00
Haoqun Jiang bf59e4f8ad chore: fix styles & mishandled merge conflicts 2019-02-19 00:41:26 +08:00
Matthias Bartelmeß 364f28f6d7 fix(tslint): don't reread the input file on ts linting (close #2786) (#2787) 2019-02-19 00:40:35 +08:00
Haoqun Jiang 3195287d10 docs: revert misleading warnings on NODE_ENV 2019-02-18 22:01:53 +08:00
Haoqun Jiang fccb1143e5 chore: update deps 2019-02-18 15:20:13 +08:00
Haoqun Jiang 225b558935 refactor: use dotenv to parse env file and add a link to its docs (#3462) 2019-02-18 14:44:12 +08:00
Haoqun Jiang 114313cc2f fix(cli-plugin-eslint): make eslint deps optional (#3068)
1. In @vue/cli-plugin-eslint 3.1.0+, eslint will be explicitly added to
the project's package.json, so it is **optional**.
2. `optionalDependencies` will still be installed by npm by default,
just no longer cause installation to fail when error happens.
3. ESLint v4 did cause weird errors sometimes, like `npm WARN
ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed.`
Though this warning never caused any errors on my machine, I think it's
good to make the plugin fail-safe.
2019-02-18 00:02:32 +08:00
Haoqun Jiang f819f5154f fix: respect command line --ignore-pattern option 2019-02-17 19:09:50 +08:00
+v dcbcfacf50 docs(zh): add a warning on running vue-cli-service serve [entry] in a multi-page setup (#3404) [ci skip] 2019-02-17 13:50:29 +08:00
+v ab008c5191 docs: add a warning on running vue-cli-service serve [entry] in a multi-page setup (#3404) 2019-02-17 13:50:07 +08:00
Jost Schulte 85c31cf79c docs: extend mode and env vars guide (#2657) [ci skip] 2019-02-16 12:15:55 +08:00
Arthur Denner 38aa8d9d59 fix: import createTimeAgo from vue-timeago because it isn't a default export (#3437) 2019-02-13 22:30:31 +08:00
Haoqun Jiang 43bee4ee22 docs: change references of "Vue CLI 3" to "Vue CLI" (#3422) [ci skip] 2019-02-08 20:47:43 +08:00
Damian Stasik 87f9a29823 chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#3397) 2019-02-07 17:35:23 +08:00
Haoqun Jiang 45dcbc53cf chore: merge branch 'dev' into docs 2019-02-07 17:33:28 +08:00
KuangPengfei ff87547553 docs(zh): fix typo (#3428) [ci skip] 2019-02-07 17:33:16 +08:00
grafmouse 67ce6a2067 docs: update cli screenshots to 3.4. (#3427) [ci skip] 2019-02-07 17:30:33 +08:00
Haoqun Jiang a2bc927ac8 fix: fix hash difference on different terminal sessions
This reverts commit 047872c25e.
Fixes #3416.
2019-02-05 01:50:14 +08:00
Haoqun Jiang 5edd928d1a workflow: should use follow-tags when pushing 2019-02-02 17:06:34 +08:00
Haoqun Jiang cfed026de8 chore: vue-cli-version-marker@3.4.0 vue-cli-version-marker@3.4.0 2019-02-01 02:46:07 +08:00
Haoqun Jiang 4dfab99ec2 chore: 3.4.0 changelog [ci skip] 2019-02-01 02:46:05 +08:00
Haoqun Jiang 22232df781 v3.4.0 v3.4.0 2019-02-01 02:43:05 +08:00