成都SKP导视横版
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.
 
 
 
 
姜鑫 9c4b7aa7d2 feat: 添加vscode文件 4 years ago
.githooks feat: init 4 years ago
.vscode feat: 添加vscode文件 4 years ago
public feat: 添加路由跳转组件 全局window声明文件 4 years ago
src refactor: 添加注释 4 years ago
.drone.yml Initial commit 4 years ago
.gitignore feat: 添加vscode文件 4 years ago
.prettierignore feat: init 4 years ago
.prettierrc feat: init 4 years ago
.releaserc Initial commit 4 years ago
Dockerfile Initial commit 4 years ago
README.md 11 4 years ago
babel.config.js feat: init 4 years ago
package-lock.json refactor: 抽离格式化日期hook 添加全局scss变量 4 years ago
package.json refactor: 抽离格式化日期hook 添加全局scss变量 4 years ago
tsconfig.json feat: init 4 years ago
vue.config.js refactor: 抽离格式化日期hook 添加全局scss变量 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. 开发 见具体文档 111