mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 00:19:45 +00:00
- 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 |
||
---|---|---|
.. | ||
pages | ||
nuxt.config.js | ||
package.json | ||
README.md |
Loading async data
To launch this example
npm install # or yarn install
npm start
Go to http://localhost:3000