# tms-sdt-client **Repository Path**: syfless/tms-sdt-client ## Basic Information - **Project Name**: tms-sdt-client - **Description**: TZK46模具管理系统客户端部分代码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TMS-Client This project is initialized with [Ant Design Pro](https://pro.ant.design). Follow is the quick guide for how to use. ## Environment Prepare Install `node_modules`: ```bash npm install ``` (too slow you can use cpm, surf the internet how to get cpm) ```powershell cnpm install ``` ## Run Project Run project with these command : ```sh npm run start ``` Login with ID following authorities ```js ['operatorI','operatorII','supervisor','manager','admin'] ``` all the password is `123456` .