Skip to content

hollis-yang/Shanghai-Care

Repository files navigation

Shanghai-Care 上海市智慧养老系统

  • The front-end of this project uses Vue 3, which is a progressive JavaScript framework, also along with next generation front-end tool Vite and status management tool Pinia.
  • The back-end server of this project uses Flask, a lightweight Python web application framework developed with Werkzeug and Jinjia2.

Map Service

The map service we use in this branch is Leaflet. Other versions:

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Contributors