5019-vite_migration #35

Merged
joan merged 19 commits from 5019-vite_migration into dev 2023-01-04 07:30:19 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit bb0108095b - Show all commits

View File

@ -5,11 +5,15 @@ Lilium frontend
## Install the dependencies
```bash
yarn
# or
npm install
```
### Install quasar cli
```bash
sudo npm install -g @quasar/cli
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash