# test **Repository Path**: feidaokj/test ## Basic Information - **Project Name**: test - **Description**: test4.2 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开发步骤 ## 准备 ### 环境 [Node.js安装](https://feidao-edu.gitee.io/docs/taoqf/2018022301.html) ### 项目 #### 下载依赖包 ```sh cnpm i ``` ## 页面开发 运行命令 ```sh cnpm test ``` ## 服务依赖 如ccap是生成验证码原子操作依赖的,需要添加到项目中,方法为: 1. 安装依赖 ```sh cnpm i ccap -D ``` 2. 项目依赖package-service.json添加 ```json "dependencies": { "ccap": "*" } ``` ## 项目发布 一键发布(需申请管理员权限) ```sh ./publish.sh ```