Commit Graph

410 Commits

Author SHA1 Message Date
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
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
Barthélémy Ledoux
6adc0b5dd9 fix(tsconfig.json): typo in includes (#917)
The directory constaining tests (unit and e2e)
in vue cli is "tests" not "test"
2018-03-02 17:44:07 -05:00
Barthélémy Ledoux
852d26c698 fix(e2e): end to end test(s) folder (#923)
There was one more typo with the "test" folder regarding
e2e. It was preventing cypress from running properly.
2018-03-02 17:43:56 -05:00
Nathan Zeplowitz
31cdc8636f feat(css modules): Add CSS Module localIdentName option to vue config (#915)
Changed the vue config to take a user input option for CSS module localIdentName and default back to initial localIdentName ([name]_[local]__[hash:base64:5])
2018-03-01 15:17:15 -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
Evan You
e4ff22a4de test: fix vue.config.js test for appveyor 2018-02-28 18:51:36 -05:00
Evan You
626eb36889 v3.0.0-beta.2 2018-02-28 18:45:28 -05:00
Evan You
932b1d7dd2 chore: pre release sync 2018-02-28 18:45:28 -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
e6585633d4 test: fix vue.config.js tests 2018-02-28 18:31:25 -05:00
Evan You
bf9a30437a test: only load vue.config.js if it exists 2018-02-28 18:19:50 -05:00
Evan You
3070364b60 test: bump write wait on CI 2018-02-28 18:17:12 -05:00
Evan You
14a2dc7259 fix: do not swallow vue.config.js errors
close #874, close #866
2018-02-28 18:15:31 -05:00
Evan You
64b4515731 refactor: change default test directory name to "tests"
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Evan You
88726a3c60 fix: ts generator & airbnb import/extensions rule compatibility
fix #871
2018-02-28 17:53:48 -05:00
Evan You
f4d1841723 fix: nightwatch helper compat with airbnb linter
close #870
2018-02-28 17:37:19 -05:00
Evan You
00ec67bc35 chore: remove unnecessary log 2018-02-28 17:22:48 -05:00
Evan You
1864cef09e feat: preserveWhitespace: false
BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.
2018-02-28 17:21:24 -05:00
Evan You
e15a930b30 fix: enable html doctype by default for pug
close #894
2018-02-28 17:20:14 -05:00
Evan You
6e4870c6a1 chore: bump deps & fix tests 2018-02-28 17:08:12 -05:00