You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wanggang ca7bbe0603 update 2 years ago
..
合同 update 2 years ago
实施 update 2 years ago
项目 update 2 years ago
README.md update 2 years ago

README.md

解决方案说明

目录结构

  1. fe:前端项目目录
  2. be:后端项目目录
  3. build:项目构建目录
    1. src:存放预发布的文件
      1. docker:docker 环境的预发布文件
        1. build.cmd:拷贝预发布文件和编译前后端项目的输出到部署目录
        2. dev.start.cmd & dev.stop.cmd 开发环境下启动和关闭以来服务的脚本
      2. win-x64:windows x64 原生环境下的预发布文件
    2. dist:存放用于部署的文件
  4. .githooks
    1. init.sh:克隆项目后先执行 init.sh,配置客户端钩子
    2. pre-commit:用于提交前进行格式化,对后端执行 dotnet format,对前端执行 lint-staged