天波用户运营管理后台系统
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.
JinxChen 51a7a4ba96 解决冲突 пре 2 година
build git init пре 3 година
mock git init пре 3 година
nginx 增加 docker部署文件 пре 3 година
public - 增加 标签栏头部logo пре 2 година
src 初始化项目 пре 2 година
tests/unit git init пре 3 година
.editorconfig git init пре 3 година
.env.development - 增加 封装接口地址 пре 3 година
.env.production - 增加 封装接口地址 пре 3 година
.env.test - 修复 删除用户例外时同一个imei的例外会全部删除的问题 пре 2 година
.eslintignore git init пре 3 година
.eslintrc.js 增加 docker部署文件 пре 3 година
.gitignore git init пре 3 година
.travis.yml git init пре 3 година
Dockerfile 增加 docker部署文件 пре 3 година
LICENSE git init пре 3 година
README-zh.md git init пре 3 година
README.md 解决冲突 пре 2 година
babel.config.js FIX пре 2 година
jest.config.js git init пре 3 година
jsconfig.json git init пре 3 година
package.json FIX пре 2 година
postcss.config.js git init пре 3 година
setup_development.sh 初始化项目 пре 2 година
setup_production.sh 初始化项目 пре 2 година
setup_test.sh 初始化项目 пре 2 година
telpo_user_admin_run.sh 初始化项目 пре 2 година
vue.config.js `2022.8.8` пре 2 година

README.md

TELPO_USER_MANAGE_ADMIN

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

版本号管理

  • 版本格式:主版本号.次版本号.修订号 1.主版本号:当你做了不兼容的 API 修改( 一般项目发生重大功能改变) 2.次版本号:当你做了向下兼容的功能性新增, 3.修订号:当你做了向下兼容的问题修正。 例如:
  • V #1.0.0

git提交为以下类别

  • 1.fix 修复 xxx问题

  • 2.feat 增加 xxx功能

  • 3.docs 文档变更

  • 4.style 代码格式(不影响代码运行的变动)

  • 5.perf 性能优化

  • 提交格式,比如: -start---------------

  • 版本号 v#1.0.0

  • 2022.08.06 fix

    • 修改文件名称
    • fix 修复了 xxx问题 …
  • 后续可根据项目需要更新或者改进 -end------------------------

备注

项目

v1.0.0

2022.8.8 feat

  • 增加 收单系统,众筹拼单系统,消息管理和系统管理路由配置