- Vue@^3.2.33
- Element-plus@^2.2.0
- Node@^16.5.0
- Pnpm@^6.16.1
pnpm install
pnpm run serve
pnpm run build
pnpm run test:unit
pnpm run test:e2e
pnpm run lint
├─public // public resource
├─src
│ ├─assets // assets resource
│ ├─components // vue─components
│ ├─domain // domain logic
│ ├─types // common types
│ └─utils // util list
│ └─Draggable
└─tests
├─e2e // e2e test list
│ ├─plugins
│ ├─specs
│ └─support
└─unit // unit test list
├─components // vue-component unit test list
└─domain // pure js/ts test list