Commit Graph

429 Commits

Author SHA1 Message Date
Guillaume Chau db67f1e0b9 feat(ui): Project select hide tabs when creating project 2018-03-06 15:07:46 +01:00
Guillaume Chau d59b35e089 feat(ui): ProjectCreate saves formData 2018-03-06 14:56:23 +01:00
Guillaume Chau 48a23aad54 refactor(ui): ProjectSelect now uses StepWizard 2018-03-06 14:42:36 +01:00
Guillaume Chau 7addd6869b refactor(ui): StepWizard next/previous now on scoped slot 2018-03-06 14:31:28 +01:00
Guillaume Chau 45e3c82f0a feat(ui): Preset tab 2018-03-05 23:53:46 +01:00
Guillaume Chau ac50b82d0a chore: merge dev 2018-03-05 20:33:35 +01:00
Evan You a4f9e5d908 ci: bump invoke test timeout 2018-03-05 12:34:04 -05:00
Evan You de60d9f235 feat: read existing files during plugin invocation (close #873) 2018-03-05 12:33:10 -05:00
Evan You dbbc96bacc chore: upgrade globby 2018-03-05 12:32:36 -05:00
Evan You 5ae22a1ad4 refactor: allow Generator to accept inline files 2018-03-05 12:07:08 -05:00
Jakub Kotek 11192cf52a fix: use same Puppeteer like in main package.json (#942)
* Use same Puppeteer like in main package.json

This prevent download two version of Puppeteer. I can not run test properly even without this change, so I do not know if this can break anything.

* Update launchPuppeteer.js
2018-03-05 12:06:43 -05:00
Guillaume Chau 8399838538 feat(ui): Project Create details form 2018-03-05 17:53:21 +01:00
Evan You 2b9a7507b9 feat: allow specifying additional configs in preset 2018-03-05 11:20:20 -05:00
Evan You 4601cc34b2 refactor: move more into pluginResolution util 2018-03-05 11:09:21 -05:00
Evan You 2d89c51c27 feat: support using remote preset (close #884) 2018-03-05 10:56:24 -05:00
Guillaume Chau 1a711642fc fix(ui): FolderExplorer favorites dropdown placement 2018-03-05 16:08:02 +01:00
Guillaume Chau 0a527d7970 fix(ui): Project select page class 2018-03-05 16:06:41 +01:00
Guillaume Chau 376e4bbbf0 feat(ui): FolderExplorer favorites + Project select page 2018-03-05 16:05:59 +01:00
Guillaume Chau ae0d8958cb feat(ui): FolderExplorer list scrolling 2018-03-05 10:18:14 +01:00
Guillaume Chau 08514ebc14 feat(ui): FolderExplorer path edit + folder isPackage/isVueProject 2018-03-05 10:09:52 +01:00
Guillaume Chau 3333c943e3 feat(ui): FolderExplorer 2018-03-05 00:02:56 +01:00
Guillaume Chau 1751ca1ab2 feat(ui): Initial schema and folder API 2018-03-04 23:16:35 +01:00
Evan You 8b24ec6aba chore: move add before invoke in commands 2018-03-04 16:14:47 -05:00
Guillaume Chau 1aee235f42 Merge branch 'dev' of github.com:vuejs/vue-cli into feat-ui 2018-03-04 21:51:27 +01:00
Evan You 49e9cf2ce6 refactor: use pluginResolution utils in more places, add tests 2018-03-04 15:13:02 -05:00
Evan You 78dcc7ac58 refactor: use consistent plugin name resolution between add and invoke 2018-03-04 14:25:56 -05: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
Evan You edff5b49fe refactor: extract plugin resolution into shared-utils 2018-03-04 13:46:10 -05:00
Guillaume Chau 0f2ee80a10 feat: generatorAPI.exitLog (#935)
* feat(logger): add tag argument

* feat(generator): add `exitLog` api

* fix(generator): extract toShortId into a util function
2018-03-04 13:22:55 -05:00
Muzafar Umarov 43971d89ee fix(pwa): set cacheid in GenerateSW mode only (#939)
close #891
2018-03-03 21:19:34 -05:00
Evan You a2ac6be36b fix: mock process for 3rd party libs (close #934) 2018-03-03 19:14:55 -05:00
Evan You 811d0561b2 feat: initialize project with corresponding CSS pre-processor (close #930) 2018-03-03 19:12:22 -05:00
Guillaume Chau 8947a450d5 feat(ui): Initial app 2018-03-04 00:58:57 +01:00
Evan You f065d18aec test: tests for template inehritance 2018-03-03 18:47:26 -05:00
Evan You 1869aa2a20 feat: Generator now supports template inheritance 2018-03-03 18:32:53 -05:00
Evan You b878767026 fix: fix pwa + ts + lint (close #937) 2018-03-03 17:32:56 -05:00
Barthélémy Ledoux b728624f7f fix(test): e2e w/ typescript (#933)
* fix(typescript): when using router e2e fail

When using typescript and router, the pag return
"Welcome to Your Vue.js App" instead of the
"+ TypeScript" phrase.

* feat(typescript e2e tests): tested cypress and nightwatch

* fix(typescript e2e test): timeout issue
2018-03-03 17:16:18 -05:00
Evan You 28e3284895 v3.0.0-beta.3 2018-03-02 22:28:28 -05:00
Evan You 54b51c008e chore: pre release sync 2018-03-02 22:28:23 -05:00
Evan You 59ac4f418f fix: respect dotfiles in public dir (fix #880) 2018-03-02 22:23:48 -05:00
Evan You 768110643d fix: fix options for css optimize plugin (close #918) 2018-03-02 22:21:20 -05:00
Evan You c40a88d505 fix: include root config files in lint (close #913) 2018-03-02 22:18:03 -05:00
Evan You fe9aed83bd fix: externalize vue-server-renderer + support dynamic import in mocha tests 2018-03-02 22:12:56 -05:00
Evan You ee13f7cf50 chore: skip cd command in finish instructions if created in current dir 2018-03-02 21:56:28 -05:00
Evan You 8eb0bc8261 chore: shorten current directory prompt 2018-03-02 21:53:15 -05:00
Evan You 09ed0b168a feat: support dynamic import in jest tests (close #922) 2018-03-02 21:52:08 -05:00
Evan You 57ce32a710 fix: respect --dest when copying static assets (close #909) 2018-03-02 21:46:46 -05:00
Evan You 89982dff04 fix: fix baseUrl normalization (close #900) 2018-03-02 21:40:48 -05:00
kazuya kawaguchi 6ae1569027 feat: support creating project in current directory (#916)
closes #896
2018-03-02 21:29:30 -05:00
Barthélémy Ledoux 549ff7fe39 fix(tslint.json): linting of test(s) folder (#924)
tests were never tslinted becauve of a typo
2018-03-02 17:59:41 -05:00