# cms-ts **Repository Path**: hduwangbing/cms-ts ## Basic Information - **Project Name**: cms-ts - **Description**: 日常进阶--使用ts重写项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cms-ts ## 安装 ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### 测试 ``` npm run test ``` ### 规范代码 ``` npm run lint ``` ### Run your end-to-end tests ``` npm run test:e2e ```