# TCF贸易订单流转系统 **Repository Path**: mis58/tcf ## Basic Information - **Project Name**: TCF贸易订单流转系统 - **Description**: TCF贸易订单流转系统-前端 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TCF贸易订单流转系统 ## 项目介绍 TCF贸易订单流转系统-前端 ## 安装教程 ### install dependencies npm install ### serve with hot reload at localhost:1130 npm run dev ### build for production with minification npm run build ##部署到服务器 1,本地npm run build,并把dist目录push到git 2,部署测试版 curl http://www.tcf.com:8099/sync_html_test 3,部署正式版版 curl http://www.tcf.com/sync_html ##方式一: cd /root/workspace rm -rf tcf git clone https://gitee.com/mis58/tcf.git ##方式二 cd /root/workspace/tcf git pull