Nuxt/examples/async-data
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
..
pages Loading component done 2016-11-07 19:21:32 +01:00
README.md Add async-data example + add module resolver in webpack 2016-11-07 13:53:05 +01:00
nuxt.config.js Loading component done 2016-11-07 19:21:32 +01:00
package.json Add async-data example + add module resolver in webpack 2016-11-07 13:53:05 +01:00

README.md

Loading async data

To launch this example

npm install # or yarn install
npm start

Go to http://localhost:3000