# task-census **Repository Path**: wxc021/task-census ## Basic Information - **Project Name**: task-census - **Description**: 今日任务在线大屏统计系统 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2022-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 基于vite脚手架搭建 react-ts 项目 使用了antd UI组件库 ### 安装包 npm install ### 项目编译运行命令 npm run dev ### 打包 npm run build ### 预览 npm run preview ### 启动server服务命令 npm run server