Mai2's frontend for artemis. WIP.
Go to file
2024-10-05 08:25:03 +08:00
.idea Initial Commit 2024-10-05 08:14:31 +08:00
backend Initial Commit 2024-10-05 08:14:31 +08:00
frontend Initial Commit 2024-10-05 08:14:31 +08:00
.gitignore Initial Commit 2024-10-05 08:14:31 +08:00
config_example.yaml Initial Commit 2024-10-05 08:14:31 +08:00
README.md add README.md 2024-10-05 08:25:03 +08:00

Mai2Frontend

How to use?

Prepare

  • Rename config_example.yaml to config.yaml
  • Fill in your artemis database ip and password
  • go frontend/ and run

'npm install'

'npm install vite@latest --save-dev'

'npm install @vitejs/plugin-vue --save-dev' '

Run

  • run ./backend/app.py as backend. If you need,change the flusk ip and port in config.yaml and App.vue
  • run 'npm run dev' in frontend/
  • Remember to install all the need dependencies

WIP