Commit Graph

11 Commits

Author SHA1 Message Date
Thorsten Lünborg
21256f5c43 fix(generator): Template files for main.js and router when not using a compiler (#2828)
* fix(cli-service): ES5 compatibility -

Don't use arrow function in main.js when not using babel nor typescript.

* fix(router): es5 compatibility

use normal function instead of arrow function
in router.js when neither babel nor typescript are used.
2018-10-28 12:18:14 +01:00
Kyle
7147aab85c refactor: Lighthouse PWA audit (#2071) 2018-08-05 23:30:06 -04:00
Evan You
128d9d9217 fix: avoid crashing when adding router via UI
close #2034
2018-08-03 11:50:09 -07:00
Evan You
c6ca93e0dd feat: support --bare flag when creating new projects
close #2030
2018-08-03 11:45:10 -07:00
Evan You
6392a609c1 feat: add create option for router history mode 2018-07-30 18:04:37 -04:00
Evan You
e27e67923f fix: make sure router.js passes airbnb lint
close #1956
2018-07-26 21:21:30 -04:00
Evan You
7d46db926a feat: demonstrate route-level code splitting in generated file
close #1928
2018-07-24 09:56:05 -04:00
Evan You
d65a251c34 fix: fix invoke output 2018-06-05 16:36:24 -04:00
Evan You
7ce91c89f2 workflow: enable eslint node/no-extraneous-require 2018-05-30 10:25:33 -04:00
Guillaume Chau
ada402249a refactor: improve invocation of builtin plugins in TypeScript projects (#1342) 2018-05-22 10:11:10 -04:00
Evan You
2a195f0298 feat: allow router/vuex to be late added via vue add
close #1202, close #1204
2018-05-21 15:33:30 -04:00