Commit Graph

116 Commits

Author SHA1 Message Date
Guillaume Chau 2a483051ed chore: merge dev 2018-05-02 17:01:20 +02:00
Evan You d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You 69a6b0bbfe refactor(cli-serivce): use async functions when running service commands 2018-04-30 19:02:42 -04:00
Evan You 0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Evan You fd9d255f65 fix(build): fix --dest flag regression
close #1193
2018-04-30 16:16:08 -04:00
Guillaume Chau f674aa69c6 chore: merge dev 2018-04-28 15:33:24 +02:00
Guillaume Chau 6bb64a9678 fix(ui): serve disconnect IPC after first run 2018-04-28 01:39:16 +02: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 2b236e0475 fix(build-wc): honor custom component name for single file wc builds (#1182)
Fixes issue that prevented single entry wc builds from honoring the `--name` argument.

fix #1146
2018-04-27 17:48:32 -04:00
Evan You 92e136a421 fix: --target lib/wc should overwrite user entry/output
fix #1072
2018-04-27 16:03:11 -04:00
Guillaume Chau 602be0388e fix(ui): open when server is ready 2018-04-27 01:35:41 +02:00
Guillaume Chau d5a3b1f127 fix(ui): max listeners error 2018-04-27 01:28:27 +02:00
Guillaume Chau 0ac38da9c8 fix(ui): DashboardPlugin clean up 2018-04-27 00:28:30 +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
Guillaume Chau dc8b454c56 feat(ui): webpack dashboard 'open app' button 2018-04-24 00:31:13 +02:00
Guillaume Chau 021370d71f fix(ui): express timeout 2018-04-16 19:41:12 +02:00
Guillaume Chau cdf9d07790 feat(ui): vue ui command 2018-04-16 18:18:45 +02:00
Guillaume Chau 3c59d6f4f4 feat(ui): client addons, ipc, shared data, plugin actions 2018-04-09 01:53:41 +02:00
Evan You f744040b50 fix: use dynamic publicPath for web component bundles (fix #949) 2018-03-06 15:06:03 -05:00
Evan You 57ce32a710 fix: respect --dest when copying static assets (close #909) 2018-03-02 21:46:46 -05:00
antiphoton bbc931c285 fix(dev-server): dev server behind NAT network (#868)
(#828)Webpack dev client could not work when server is behind NAT network.

Now, the dev client tries to connect to browser's window.location.
2018-03-01 14:10:22 -05:00
Kevin Sherman 9b1d376800 docs: add example for build --mode env (#902)
* docs: add docs on using --mode with build command to use corresponding env vars

* Use the arg.mode in the console log "Building for..." message
2018-02-28 18:33:59 -05:00
Evan You 6e4870c6a1 chore: bump deps & fix tests 2018-02-28 17:08:12 -05:00
diogosalazar 0286d7000e docs: fix typo in error message (#819)
Small typo.
Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
2018-02-12 10:00:09 -05:00
Evan You b5564afb57 fix: respect user configured output path
also ensure wc/lib mode respect user raw webpack config.
fix #809
2018-02-09 12:12:08 -05:00
Evan You fd1ca02f16 chore: fix serve command name 2018-02-08 21:32:29 -05:00
Evan You 8b79644052 docs: progress 2018-02-08 13:34:05 -05:00
Evan You f7d273dd4a refactor: use axios for registry ping 2018-02-06 17:46:00 -05:00
Evan You dc29e88006 feat: polish build output 2018-02-04 00:20:22 -05:00
Evan You 90826af053 chore: tweak build message 2018-02-03 21:34:49 -05:00
Evan You 53f6304082 chore: remove ignored entry (auto-generated) 2018-02-03 21:29:59 -05:00
Evan You 279c79d47d refactor: use shorter filenames 2018-02-03 16:21:38 -05:00
Evan You 50fdd9b91e feat: build --target wc-async 2018-02-03 16:20:13 -05:00
Evan You 9f25eedf80 refactor: make hasYarn & hasGit lazy to improve boot time 2018-02-02 15:38:41 -05:00
Evan You fd87394b14 feat: improve inspect output 2018-02-02 01:51:32 -05:00
Evan You a6bc78e607 chore: do not clear screen when serving so that warnings can be seen 2018-02-02 01:09:55 -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
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 faadadf5ad feat: build --target lib/wc 2018-01-30 01:04:11 -05:00
Evan You 1529ebce41 chore: pre release sync 2018-01-29 12:29:11 -05:00
Evan You 9856549432 refactor: refactor shared utils + move openBrowser 2018-01-27 21:54:27 -05:00
Evan You eddc68e4ba chore: tweak todo 2018-01-24 11:44:29 -05:00
Evan You 2c1ad1441d fix: ensure paths + make html optional 2018-01-24 11:41:04 -05:00
Evan You 655202f72d feat: e2e nightwatch 2018-01-18 00:25:07 +01:00
Evan You 6e29daa8fd chore: cleanup comments 2018-01-15 20:21:33 -05:00
Evan You 03503b6f5d tweak pwa registration script 2018-01-10 16:20:29 -05:00