Commit Graph

28 Commits

Author SHA1 Message Date
Clark Du 3b4955152e
misc: use nuxt-edge in partial examples 2018-04-12 18:25:44 +08:00
Clark Du 6cd7f04a4e
refactor: rename examples 2018-03-19 10:41:46 +08:00
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
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
Sebastien Chopin 821f001e73 Update to use nuxt generate 2017-08-03 10:47:19 +02:00
Sébastien Chopin 1f7508d033 Update example 2017-07-08 18:05:44 +02:00
Alexandre Chopin a4461ff590 update examples for asyncData 2017-02-28 15:17:49 +01:00
Sébastien Chopin 2352aa1a17 Update README.md 2017-01-15 18:41:27 +01:00
Sébastien Chopin f4ca19ee73 Add post link for async/await 2016-12-28 12:37:50 +01:00
Sébastien Chopin aa1df39142 remove ES7 2016-12-27 17:39:08 +01:00
Sébastien Chopin 6cda84ed49 Update README.md 2016-12-27 17:06:15 +01:00
Sébastien Chopin 5d82cf3d68 Update README.md 2016-12-27 17:04:13 +01:00
Sébastien Chopin 05a66e0cba Update async-data example 2016-12-27 16:57:50 +01:00
Sébastien Chopin 7148502e37 sub component async data impossible 2016-12-23 13:30:45 +01:00
Sébastien Chopin 2a9519e720 start async data in sub-components 2016-12-23 13:09:22 +01:00
Sébastien Chopin 0142dae008 Replace router-link to nuxt-link 2016-12-16 18:12:38 +01:00
Sébastien Chopin fc25b2eaa8 Update README.md 2016-11-25 18:20:07 +01:00
Sébastien Chopin ae9b41f321 Add callback argument (optional) in data 2016-11-19 22:16:26 +01:00
Sébastien Chopin b9680bc3ea Add package.jsonn in examples 2016-11-10 14:30:18 +01:00
Sébastien Chopin 73bdfc0394 Move vendor and filenames in build key and add loaders 2016-11-09 02:35:13 +01:00
Sébastien Chopin 37341ee4ef Update README 2016-11-08 01:07:04 +01:00
Sébastien Chopin 1bd8a63f9e npm ignore, route meta and documentation 2016-11-08 01:04:26 +01:00
Sébastien Chopin 9ebbb14eab Version 0.2.0
- Add README for examples vuex-store, async-data and global-css
- Add examples/global-css/
- Feature: we can now use nuxt.config.js to add global css files and
modules
- Fix: show webpack error of compilation
2016-11-07 23:26:53 +01:00
Sébastien Chopin 2956e73c3e Loading component done
- Loading component working and customisable via nuxt.config.js (see
examples/async-data/)
- Accept callback for new Nuxt(options, cb) with cb(null, nuxt)
- Simplify async-data example
2016-11-07 19:21:32 +01:00
Sébastien Chopin 3d206de7a5 Async-data example working 2016-11-07 14:12:59 +01:00
Sébastien Chopin 5aa42e2903 Add async-data example + add module resolver in webpack 2016-11-07 13:53:05 +01:00