kevinfrom / nuxtjs-routes-overview

Nuxt.js build module that generated a JSON file with a representation of the generated route structure in your Nuxt app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 generate

OR

npm run generate

About

Nuxt.js build module that generated a JSON file with a representation of the generated route structure in your Nuxt app.


Languages

Language:JavaScript 100.0%