Skip to content

z7z8th/bus-stop-view

Repository files navigation

bus-stop-view

Bus stop view generator

Screenshots

bus edit line bus stop view

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev
open http://localhost:5173

Compile for Production

npm run build
  • On Linux, will generate a zip archive in ./dist-win for running on windows
  • Run on Windows: start.bat
  • Run on Cygwin/MSYS2/Linux: start.sh

Lint with ESLint

npm run lint