change folder location
This commit is contained in:
commit
91f812134c
53 changed files with 569 additions and 0 deletions
13
README.md
13
README.md
|
@ -1,7 +1,20 @@
|
|||
<<<<<<< HEAD
|
||||
# Vue 3 + Vite
|
||||
|
||||
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.
|
||||
|
||||
## Recommended IDE Setup
|
||||
=======
|
||||
# Little Lines
|
||||
|
||||
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
|
||||
```
|
||||
>>>>>>> 61f5f1e6e04219b96c9281d8a4ad4bbaabd06a5f
|
||||
|
||||
- [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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue