# project-chizhou-pc **Repository Path**: gf_6/project-chizhou-pc ## Basic Information - **Project Name**: project-chizhou-pc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 企业文档管理系统 ## 安装 ```shell #npm npm install ``` ```shell # npm npm run start ``` ## 编译 ```shell # npm npm run build:test ``` - 测试服务器: http://192.168.140.86:8282/ ## 部署服务器地址与方法 运行 build 命令,在本地项目根目录文件夹上传 build 文件夹: ```bash npm run build:test scp -r build root@192.168.140.86:/home/newFileSys ```