1.0.0 • Published 4 years ago
nuxtjs-routes-overview v1.0.0
nuxtjs-routes-overview
Generates a JSON file with a representation of the generated route structure in your nuxt app.
Installation
nuxt.config.js:
module.exports = {
...,
buildModules: ['nuxtjs-routes-overview']
}Usage
The generated _routes-map.json file will be placed in the dist/ directory.
nuxt generateOR
npm run generate1.0.0
4 years ago