dotenv-module
Loads your .env file into your application context
File Explorer
Download Latest Version (.zip)- ci.yaml
- ISSUE_TEMPLATE.md
- logger.js
- module.js
- index.vue
- .env
- nuxt.config.js
- index.vue
- .env
- .env.two
- nuxt.config.js
- index.vue
- nuxt.config.js
- .env
- index.vue
- .env
- nuxt.config.js
- .eslintrc.js
- basic.test.js
- env-file-name.test.js
- no-env-file.test.js
- path-to-env.test.js
- tsconfig.json
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- CHANGELOG.md
- commitlint.config.js
- husky.config.js
- jest.config.js
- LICENSE
- package.json
- README.md
- renovate.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/nuxt-community/dotenv-module
Downloads the entire project code from GitHub to your computer.
cd dotenv-module
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add --dev @nuxtjs/dotenv # or npm install --save-dev @nuxtjs/dotenv
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
