Commit Graph

359 Commits

Author SHA1 Message Date
Guillaume Chau 7e5bf61d46 feat(ui): babel feature description 2018-05-12 04:51:34 +02:00
Guillaume Chau b6114d49c7 chore: merge dev 2018-05-12 04:33:14 +02:00
Guillaume Chau 7f7374b71a fix(ui): more strings localized 2018-05-12 03:55:36 +02:00
Evan You f0910ba4cd refactor: remove experimentalCompileTsWithBabel 2018-05-11 18:39:23 -04:00
Evan You d75ea99b25 feat: make it possible to opt-out of Babel
close #1199
2018-05-11 18:36:51 -04:00
Evan You fd1c0d5b8a feat(inspect): add --rules and --plugins options for inspect command 2018-05-11 17:21:06 -04:00
Evan You 82349ba254 feat(inspect): add --rule and --plugin options for inspect command 2018-05-11 17:16:20 -04:00
Guillaume Chau 76f95c84a5 feat(ui): nightwatch task 2018-05-11 22:22:45 +02:00
Guillaume Chau 69a817e2c3 fix(ui): more strings now localized 2018-05-11 22:19:15 +02:00
Guillaume Chau 6661a13ff6 feat(ui): task params modal info 2018-05-11 21:59:09 +02:00
Guillaume Chau 89271f1713 chore: merge dev 2018-05-11 12:44:15 +02:00
Evan You 0fd2bb23fe v3.0.0-beta.10 2018-05-11 00:02:58 -04:00
Guillaume Chau 8bebef2309 chore: merge dev 2018-05-11 02:35:42 +02:00
Guillaume Chau cec571e36c refactor(ui): vue ui command 2018-05-04 20:32:32 +02:00
Evan You 3139228008 chore: fix duplicate test project 2018-05-03 19:00:03 -04:00
Evan You 3dd38da1f5 feat: support { prompts: true } for preset plugins
close #952
2018-05-03 17:11:14 -04:00
Evan You 9ad4bb7a74 refactor: should resolve local json preset first 2018-05-03 16:40:45 -04:00
Derek Henscheid 9766db103f feat(cli): allow local .json files for presets (#1201)
close #1068
2018-05-03 15:52:57 -04:00
Guillaume Chau 3698378374 chore: merge dev 2018-05-03 15:58:14 +02:00
Guillaume Chau eb9a60400d fix(ui): missing cross-env 2018-05-03 15:57:51 +02:00
Evan You feb3857f78 chore: bump fs-extra version 2018-05-02 18:52:01 -04:00
Evan You ab90d50ef6 feat: default preset save to no
close #1212
2018-05-02 18:04:19 -04:00
Guillaume Chau 2a483051ed chore: merge dev 2018-05-02 17:01:20 +02:00
Guillaume Chau aa2783da6c fix(ui): ui command: display URL 2018-05-01 15:43:10 +02:00
Guillaume Chau fef2f78c3d feat(ui): dev mode 2018-05-01 15:21:37 +02:00
Evan You 6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You 0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Guillaume Chau 98f6a16cd7 feat(ui): config more info button 2018-04-30 19:10:58 +02:00
Guillaume Chau 77f0034632 fix(ui): removed builtin japan locale 2018-04-30 19:03:32 +02:00
Guillaume Chau 2eac8ff52d feat(ui): PWA config + ESLint extra config 2018-04-30 19:03:21 +02:00
Guillaume Chau d039af07be refactor(ui): locales system improvements 2018-04-30 16:41:29 +02:00
Guillaume Chau f674aa69c6 chore: merge dev 2018-04-28 15:33:24 +02:00
Guillaume Chau 1b77f51baf fix(ui): New update available message adapted 2018-04-28 15:25:59 +02:00
Evan You acc7b8ae6f v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Daywatch 67fa39d3f8 fix(dependencies): add deepmerge dependencies (#1188)
close #1187
2018-04-27 22:35:38 -04:00
Evan You 0c493f86a2 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Guillaume Chau 8ebdb05165 fix(ui): vue ui command moved from cli-service to cli 2018-04-28 01:22:15 +02:00
Derek Henscheid 0f76b8e4b4 feat(plugin-api): allow non-semver versioned dependencies (#1184)
close #1177
2018-04-27 17:54:54 -04:00
Evan You 5c5e0b8f7c test: fix invoke.spec.js on windows 2018-04-27 17:02:00 -04:00
Evan You b1512be8d8 feat: allow specifying proxy when creating project
close #1009
2018-04-27 15:16:13 -04:00
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
Guillaume Chau 602be0388e fix(ui): open when server is ready 2018-04-27 01:35:41 +02: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
Guillaume Chau 1f87ffdf62 chore(ui): merge dev 2018-04-26 20:22:02 +02: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