levakuz / solar-energy-system-frontend

Frontend part of the project for Database and Web techniques subject at TU Chemnitz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solar Energy System (solar-energy-system)

A project for Databases and Web Techniques

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

If you use backend API on separate server or on a specific port change baseURL settings in ./src/boot/axios.

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Deploy production version

docker compose up -d --build

This command will build a webserver with nginx. Before, please, check nginx configuration file in default.conf

About

Frontend part of the project for Database and Web techniques subject at TU Chemnitz


Languages

Language:Vue 79.9%Language:JavaScript 17.8%Language:Sass 1.0%Language:HTML 0.9%Language:Dockerfile 0.3%