Commit Graph

4613 Commits

Author SHA1 Message Date
Sébastien Chopin cf24b926a1 Version 0.1.6
- Add example /custom-routes/
- Rename example/with-store/ to examples/vuex-store/
- Feature: Add .vue at the end of the component if not specified in
custom routes
- Feature: Add .params and .query in the context
- Feature: Add .name in route if given in custom routes
2016-11-07 21:38:51 +01:00
Sébastien Chopin 749274d22a Version 0.1.5
- Add examples/with-store/ to show how to use Vuex with nuxt.js
- Fix fetch().then when fetch does not return a promise
- Map static folder to /static/
2016-11-07 20:57:44 +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 59f69165bb Remove files in package.json 2016-11-07 13:55:26 +01:00
Sébastien Chopin 5aa42e2903 Add async-data example + add module resolver in webpack 2016-11-07 13:53:05 +01:00
Sébastien Chopin f2ac91bcdf Remove unused files 2016-11-07 12:30:25 +01:00
Sébastien Chopin 3aa111ae3a License format for Github 2016-11-07 02:40:59 +01:00
Sébastien Chopin c4096681b9 Add License 2016-11-07 02:39:37 +01:00
Sébastien Chopin 61d12807e2 Update README 2016-11-07 02:36:13 +01:00
Sébastien Chopin 8ab135af55 Prototype 0.1.0 working
Alpha 0.1.0
2016-11-07 02:34:58 +01:00
Sébastien Chopin 6cce8b161a Add WIP 2016-10-26 13:40:55 +02:00
Sébastien Chopin 0072ed31da Initial commit 2016-10-26 13:18:47 +02:00