Commit Graph

247 Commits

Author SHA1 Message Date
Evan You 100c5c66e7 feat: complete prettier integration 2018-01-16 14:24:48 -05:00
Evan You 6e29daa8fd chore: cleanup comments 2018-01-15 20:21:33 -05:00
Evan You ea2648e62b feat: make jest plugin work with TypeScript 2018-01-15 15:16:08 -05:00
Evan You bb5d968e09 feat: WIP jest plugin 2018-01-15 13:53:41 -05:00
Evan You 52dad9d79b feat: improve generator hasPlugin check + invoke output 2018-01-15 13:53:41 -05:00
Evan You 65cc27db42 feat: tweak invoke command 2018-01-14 23:53:24 -05:00
Evan You 563636c33f test: test for vue invoke 2018-01-14 23:27:18 -05:00
Evan You 06af371c04 feat: improve prompt flow 2018-01-14 22:58:17 -05:00
Evan You 132b0db8e4 feat: wip invoke command 2018-01-14 19:11:26 -05:00
Evan You aa43bec35f chore: tweak command messages 2018-01-14 17:57:49 -05:00
Evan You 2e87dfc90f simplfy ts + babel, add generator test for ts 2018-01-11 20:43:26 -05:00
Evan You eb2b4f1ece fix ts prompt spec 2018-01-11 14:25:52 -05:00
Evan You 5b19826426 feat: use Babel w/ TS for polyfills 2018-01-11 14:20:34 -05:00
Evan You e4dcc2f921 feat: experimental support for compiling TS with Babel 2018-01-11 12:38:37 -05:00
Evan You 482d288bfe refactor linter prompts and compat w/ TS 2018-01-11 11:34:17 -05:00
Evan You db9be90e4a fix executable linking on windows for real 2018-01-11 10:05:37 -05:00
Evan You e773479272 WIP: TS compat with other plugins 2018-01-11 00:37:21 -05:00
Evan You 54a902d2ff feat: preliminary TS plugin imeplementation 2018-01-10 19:15:31 -05:00
Evan You cc35923452 Revert "move all deps to dependencies instead of devDependencies"
This reverts commit be4bf6fd7d.
2018-01-10 14:50:39 -05:00
Evan You 72b44f5bd1 chore: vue-test-utils -> @vue/test-utils 2018-01-10 11:41:47 -05:00
Evan You be4bf6fd7d move all deps to dependencies instead of devDependencies 2018-01-10 11:18:30 -05:00
Evan You 071beecf66 fix test symlink on windows 2018-01-10 10:58:30 -05:00
Evan You a3002663a7 fix debug mode check on windows 2018-01-10 09:52:24 -05:00
Evan You 5897c9ad6e normalize file paths before postProcessing 2018-01-09 19:49:00 -05:00
Evan You 902f6c0fb3 feat: pwa 2018-01-09 17:45:41 -05:00
Evan You d3bb381e7b feat: css preprocessors 2018-01-08 17:47:48 -05:00
Evan You 88e9d46334 feat: router & vuex 2018-01-08 16:45:03 -05:00
Evan You 1d25147244 remove the need to specify debug env when creating test projects 2018-01-07 21:45:49 -05:00
Evan You 95fd052349 move tests around 2018-01-07 19:01:54 -05:00
Evan You 7fa24a541d implement global serve 2018-01-07 18:39:14 -05:00
Evan You 433fed6960 lerna: use locked mode 2018-01-07 13:53:29 -05:00
Evan You 2ac02fff4b save 2018-01-07 13:46:31 -05:00
Evan You 318d42092c validate options 2018-01-07 12:49:43 -05:00
Evan You d9b7671f52 normalize generator.files paths 2018-01-05 18:29:49 -05:00
Evan You 4fb8484ce5 toContain -> toMatch 2018-01-05 18:05:41 -05:00
Evan You 267755dae5 make sure to await writeFileTree 2018-01-05 17:56:59 -05:00
Evan You 4e6024b2d6 use execa for cross-platform-ness 2018-01-05 17:38:40 -05:00
Evan You 85f55aa777 configure git user before committing during tests 2018-01-05 13:48:49 -05:00
Evan You 0151a8182d initial plugin tests 2018-01-05 13:13:39 -05:00
Evan You f6e0452ffb add npmignore 2018-01-05 09:20:20 -05:00
Evan You 16e770770c test promptModules 2018-01-04 12:14:43 -05:00
Evan You 89ed100748 test for Generator/GeneratorAPI 2018-01-03 18:52:51 -05:00
Evan You bee5e1e18b fix module name case 2018-01-03 16:40:35 -05:00
Evan You 3da4e9d756 move inquirer mocks to root 2018-01-03 15:33:43 -05:00
Evan You d69b7d50c7 Creator & PromptModuleAPI tests 2018-01-03 15:30:26 -05:00
Evan You 25e1d2f394 disable prettier option until vue compat release 2018-01-03 13:38:49 -05:00
Evan You b1e858eb8d tweak registry check 2018-01-03 13:21:48 -05:00
Evan You 2a0b91655d avoid checking latency twice 2018-01-03 04:08:21 -05:00
Evan You 2c47f915a3 simplify registry check 2018-01-03 03:47:30 -05:00
Evan You 28dc1c3739 refactor Creator/Generator for tests 2018-01-03 00:51:25 -05:00