Sen descrición

WanGxC 10a4161b78 新增双折线图组件;柱线图组件;动态卡片组件 hai 1 ano
public d49b24c7a1 first commit hai 1 ano
src 10a4161b78 新增双折线图组件;柱线图组件;动态卡片组件 hai 1 ano
.env 76d6ec92dc 修改部署生产环境打包路径和接口基础路径 hai 1 ano
.env.development bf061ac5b3 页面布局 hai 1 ano
.env.production 76d6ec92dc 修改部署生产环境打包路径和接口基础路径 hai 1 ano
.eslintignore d49b24c7a1 first commit hai 1 ano
.eslintrc.js d49b24c7a1 first commit hai 1 ano
.gitignore d49b24c7a1 first commit hai 1 ano
.prettierrc.js d49b24c7a1 first commit hai 1 ano
LICENSE d49b24c7a1 first commit hai 1 ano
README.md eca64e93b5 更新README hai 1 ano
index.html d49b24c7a1 first commit hai 1 ano
package-lock.json c3190412cd 添加日期范围选择器组件 hai 1 ano
package.json c3190412cd 添加日期范围选择器组件 hai 1 ano
plugins.d.ts d49b24c7a1 first commit hai 1 ano
postcss.config.js d49b24c7a1 first commit hai 1 ano
shim.d.ts d49b24c7a1 first commit hai 1 ano
source.d.ts d49b24c7a1 first commit hai 1 ano
tailwind.config.js d49b24c7a1 first commit hai 1 ano
tsconfig.json d49b24c7a1 first commit hai 1 ano
vite.config.ts 76d6ec92dc 修改部署生产环境打包路径和接口基础路径 hai 1 ano

README.md

ads_web

开发规范

  1. 自建开发分支,本地测试无误后合并到test分支(自己合并)
  2. 在测试服务器中同步代码后,打包即可

    sudo su
    npm run build
    
  3. 前后端联调无误后,申请将test分支合并到master分支