# Config

The single entry points to manage the Nuxt config is nuxt.config.js.

# Env Variables

The environment variables used by nuxt.config.js are:

  • CSS with possible values
    • vuetify (default)
    • bootstrap
  • MODE with possible values
    • DEV: Development (default)
    • DIR-LOCAL: Local directory
    • SF-LOCAL: Local single file
    • GHP: Github Pages
    • SF: Single File
  • DUMP with possible values
    • false (default)
    • true

These variables command the Nuxt configuration applied.

To investigate how:

To use them through preset scripts:

Last Updated: 12/18/2019, 11:35:11 AM