# szht-scheme **Repository Path**: cheerchang/szht-scheme ## Basic Information - **Project Name**: szht-scheme - **Description**: 一些解决方案 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-17 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # szht-scheme ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Learning process - es2015 - typeScript - vue-class-component - vue-property-decorator - OOP - MVC ### Project structure ``` ├─api 网络 M │ ├─interface │ │ ├─main │ │ └─ryxx │ ├─model │ └─request ├─assets ├─components ├─services 业务实现 C │ ├─model │ └─user │ └─edit ├─util └─views 视图 V └─user └─edit ```