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.
 
 
 
jiannibang e1e3382763 feat: git忽视offline 文件夹 3 years ago
.githooks Initial commit 4 years ago
public feat: 更新首页热搜及推荐品牌数据来源 3 years ago
src feat: 更新统计设备code来源 3 years ago
webpack feat: 地图导览 首页 瀑布流 导航 4 years ago
.drone.yml Initial commit 4 years ago
.eslintignore feat: 地图导览 首页 瀑布流 导航 4 years ago
.gitignore feat: git忽视offline 文件夹 3 years ago
.prettierignore feat: 地图导览 首页 瀑布流 导航 4 years ago
.prettierrc feat: 地图导览 首页 瀑布流 导航 4 years ago
.releaserc Initial commit 4 years ago
Dockerfile Initial commit 4 years ago
README.md Initial commit 4 years ago
babel.config.js feat: 地图导览 首页 瀑布流 导航 4 years ago
jsconfig.json feat: 地图导览 首页 瀑布流 导航 4 years ago
package-lock.json feat: 地图导览 首页 瀑布流 导航 4 years ago
package.json feat: 导览样式更新 3 years ago
vue.config.js feat: 地图导览 首页 瀑布流 导航 4 years ago
yarn.lock feat: 首页左上部分 4 years ago

README.md

template_common

基础仓库模板

项目目录

项目目录
├── .drone.yml CI配置文件
├── .githooks githooks文件夹
│   ├── commit-msg
│   ├── pre-commit
│   └── pre-push
├── .gitignore git忽略文件
├── .releaserc semantic-release配置文件
├── Dockerfile docker打包文件
└── README.md 项目说明文件

项目流程

  1. web页面fork common 组织下的相应仓库并设置具体见文档
  2. git clone 到本地
  3. 配置 .githooks git config core.hooksPath .githooks mac和linux下 chmod 700 .githooks/*
  4. 开发 见具体文档