TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
### Requirements
## Customize configuration
To run the application you need the following installed:
See [Vite Configuration Reference](https://vitejs.dev/config/).
- Vue
- Make
- Docker
- Git
## Project Setup
### ⚙️Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
#### The application can be run with one command in the following [Joint-Repository](https://gitlab.stud.idi.ntnu.no/idatt2106-gruppe-2/idatt2106_2024_02)
```sh
npm run dev
```
#### If you want to run the frontend independently, follow these instructions: