Skip to content

Frontend Directory Structure

Jmnote edited this page Apr 2, 2023 · 1 revision
Directory File Description
web package.json
web/src main.js
web/src App.vue
web/src/assets
web/src/components vues imported by the views
web/src/plugins vue plugins: [auth, axios, util]
web/src/router index.js vue router
web/src/stores pinia stores
web/src/views vues imported by the router
Clone this wiki locally