0
0
Fork 0
salix-front-mindshore-fork2/README.md

36 lines
372 B
Markdown
Raw Normal View History

2023-01-03 13:34:23 +00:00
# Lilium (lilium-front)
2022-12-20 11:00:36 +00:00
2023-01-03 13:34:23 +00:00
Lilium frontend
2022-12-20 11:00:36 +00:00
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
2023-01-03 13:34:23 +00:00
### Run unit tests
2022-12-20 11:00:36 +00:00
```bash
2023-01-03 13:34:23 +00:00
npm run test:unit
2022-12-20 11:00:36 +00:00
```
2023-01-03 13:34:23 +00:00
### Run e2e tests
2022-12-20 11:00:36 +00:00
```bash
2023-01-03 13:34:23 +00:00
npm run test:e2e
2022-12-20 11:00:36 +00:00
```
### Build the app for production
```bash
quasar build
```