Skip to content

Instantly share code, notes, and snippets.

View nicobao's full-sized avatar
🔨
Building Agora Citizen Network & Racine Protocol

Nicolas Gimenez nicobao

🔨
Building Agora Citizen Network & Racine Protocol
View GitHub Profile

Multiple environments

This document contains an explanation of how you can create and maintain multiple environments for your Quasar projects. It will be an expansion of the official documentation located here for Webpack and here for Vite. Bear in mind that this guide is applicable to both versions of Quasar.

1. step

Create a variables folder in the project root, with a parser.js file inside. This will allow you to have all environment related files in a single place, which will improve readability.

2. step