Commit Graph

30 Commits

Author SHA1 Message Date
Kevin Marrec 73507b80b0 fix(examples): Ugrade `vue-property-decorator` in typescript examples (#4767) 2019-01-16 14:46:59 +03:30
Sébastien Chopin 1b84fa84e1
Update README.md 2019-01-14 15:55:45 +01:00
Kevin Marrec dfaffc0183 feat(nuxt-ts): typescript support improvements (#4750) 2019-01-12 23:51:21 +03:30
Kevin Marrec b38e0aac43 feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
Clark Du 7cf9f80c14 fix(exmaple): typescript example
[skip release]
2018-11-27 11:29:00 +00:00
Clark Du 52a92fbc48 refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
Lajos Veres 74eb5a6302 * Typofixes - https://github.com/vlajos/misspell-fixer (#4013) 2018-09-29 22:05:20 +02:00
Sébastien Chopin 65432e6aa2
examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
Clark Du b11e9c0e51
feat: upgrade eslint to 5.x (#3494)
- [ ] babel-eslint https://github.com/babel/babel-eslint/issues/664
- [x] eslint-config-standard-jsx https://github.com/standard/eslint-config-standard-jsx/issues/32
- [x] eslint-config-standard to be stable release https://github.com/standard/eslint-config-standard/issues/123
- [x] eslint-plugin-html
- [x] eslint-plugin-import
- [x] eslint-plugin-jest
- [x] eslint-plugin-node
- [x] eslint-plugin-promise
- [x] eslint-plugin-standard https://github.com/standard/eslint-plugin-standard/issues/29
- [x] eslint-plugin-vue https://github.com/vuejs/eslint-plugin-vue/pull/504
- [x] eslint-plugin-react https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.10.0
2018-08-31 21:34:12 +01:00
Clark Du 9b060f3be1
feat: upgrade to Babel 7 (#3667) 2018-08-10 14:45:58 +01:00
Jonas Galvez 3f1d634fb7 Consistent parens in arrow functions (#3630)
* Minor consistency enhancements

* Arrow parenthesis consistency

* Change linting rule

* Fix typo

* Update .eslintrc.js to only require parens for blocks

* Update style according to brace-only suggestion

* Remove --fix from lint

* Tweak no-loading time (failing test)

* Tweak no-loading time (failing test) (2)

* Tweak no-loading time (failing test) (3)

* Tweak no-loading time (failing test) (4)

* Tweak no-loading time (failing test) (5)
2018-08-06 02:12:44 +02:00
Clark Du 2b5c367efa refactor: use eslint-plugin-vue instead of eslint-plugin-html (#3517) 2018-07-12 14:03:50 +02:00
Quique Fdez Guerra 53a007c27c
Exclude some folders
Fix #3164 thanks to @bigskyrider
2018-04-02 17:56:00 +02:00
Clark Du 919e3e7f80 refactor: remove duplicate loader 2018-03-22 20:30:23 +04:30
Pooya Parsa 53e98a958c feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
Pooya Parsa b8f8f18384 optimize webpack 2018-03-12 00:58:56 +03:30
Sébastien Chopin 36ee372b0b misc: Remove options argument 2018-01-05 09:43:56 +01:00
Sébastien Chopin dd83c87f64 example: Lint & fix TS example 2018-01-04 18:08:53 +01:00
Quique Fdez Guerra 44c0ab78a2 Add more realistic TypeScript example 2018-01-02 10:55:22 +01:00
Clark Du 7fcbd5aa3b
fix: add v-bind:key in all v-for 2017-11-26 21:40:57 +08:00
Clark Du 3e637c5d83
refactor: add examples to lint 2017-10-31 21:43:55 +08:00
Clark Du 05d0b7a3cd fix: adjust ts config to fix startup error 2017-10-22 12:49:15 +08:00
Clark Du c0a6ed9ea3 fix: error alias in typescript example 2017-10-22 12:49:15 +08:00
Clark Du 386096a21e feat: update nuxt to latest in typescript example 2017-10-22 12:49:15 +08:00
Clark Du 36a553236a fix global declaration in test
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:07:08 +08:00
Pooya Parsa 6bcfaf8a3a consitent ~/static and ~/assets aliases
closes #1257 #1241
2017-08-04 13:29:42 +04:30
Sébastien Chopin b6d82a7c5b No need to use next 2017-06-19 20:31:50 +02:00
Sébastien Chopin 4f9684e117 Remove ~store & ~router 2017-06-19 20:20:51 +02:00
Sebastien Chopin d9d5d1a5d8 Update TS example 2017-05-29 17:24:40 +02:00
Sébastien Chopin cf58f299d8 Add typescript example 2017-05-20 11:35:50 +02:00