# 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 valuesvuetify
(default)bootstrap
MODE
with possible valuesDEV
: Development (default)DIR-LOCAL
: Local directorySF-LOCAL
: Local single fileGHP
: Github PagesSF
: Single File
DUMP
with possible valuesfalse
(default)true
These variables command the Nuxt configuration applied.
To investigate how:
- Read carefully the contents of the nuxt.config.js
- Look up the configuration section of the Nuxt official documentation.
To use them through preset scripts:
- See the Scripts section.
- See the "scripts" property in file package.json.