Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 842 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 842 Bytes

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