mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 23:56:52 +00:00
Frontend สำหรับ Little Lines
.vscode | ||
icons | ||
public | ||
src | ||
.gitignore | ||
Dockerfile | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
<<<<<<< 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 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
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).