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 ddf4a9ce9b feat: 公共设施:数据取自地图编辑器,展示所有的公共设施ICON,点击跳转找店页面,直接导航到离当前位置最近的公共设施; 3 years ago
.githooks Initial commit 4 years ago
public feat: 支持导航中点击box导航 3 years ago
src feat: 公共设施:数据取自地图编辑器,展示所有的公共设施ICON,点击跳转找店页面,直接导航到离当前位置最近的公共设施; 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.json feat: 二维码变疏、返回首页判断条件更新 3 years ago
vue.config.js 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. 开发 见具体文档