Features
- Add
env
in the data context argument - Add $nuxt.error({ statusCode, message }) method in the client side for calling the error page
Improvements
- Add generated name in the routes generates by the pages directory (ex pages/index.vue will me the
index
name, pages/foo/bar.vue will befoo-bar
)
Fix
- Fix router.base when set to '/' or undefined, avoid generating 2 //
Misc
- Start working on the examples/auth-routes/ example