This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/README.md

21 lines
860 B
Markdown
Raw Normal View History

2023-07-20 07:19:28 +00:00
<<<<<<< HEAD
2023-07-20 07:18:53 +00:00
# Vue 3 + Vite
2023-06-19 05:39:01 +00:00
2023-07-20 07:18:53 +00:00
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
2023-06-19 05:39:01 +00:00
2023-07-20 07:18:53 +00:00
## Recommended IDE Setup
2023-07-20 07:19:28 +00:00
=======
2023-07-15 18:31:26 +00:00
# Little Lines
2023-06-19 05:39:01 +00:00
2023-07-19 20:43:47 +00:00
Quick setup via Podman/Docker
```
git clone https://gitlab.com/openKMITL/micromobility-navigation.git
cd micromobility-navigation
podman build -t littlelines:20230720 .
podman run --name littlelines -p 8080:80 -d littlelines:20230720
```
2023-07-20 07:19:28 +00:00
>>>>>>> 61f5f1e6e04219b96c9281d8a4ad4bbaabd06a5f
2023-06-19 05:39:01 +00:00
2023-07-20 07:18:53 +00:00
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).