.
├── backend
├── console
├── docs
├── env
├── frontend
├── LICENSE
├── README.md
└── webapp
- modules
- common business logic
- execute one time
- should not expose as api, such as reset
- api
- schema
- custom: relative note about tech
-
v1. ├── App.vue ├── build ├── components ├── env ├── fonts ├── i18n ├── images ├── libs ├── main.js ├── modules ├── node_modules ├── package.json ├── pages ├── router ├── store.js ├── styles ├── template.ejs ├── utils ├── vue.config.js └── yarn.lock
-
v2: fork from dz-vite-starter