天波用户运营管理后台系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
JinxChen 8687e4bab0 Merge branch 'feature-admin' into develop il y a 2 ans
build git init il y a 3 ans
mock git init il y a 3 ans
nginx 增加 docker部署文件 il y a 3 ans
public - 增加 标签栏头部logo il y a 2 ans
src 初始化项目 il y a 2 ans
tests/unit git init il y a 3 ans
.editorconfig git init il y a 3 ans
.env.development - 增加 封装接口地址 il y a 3 ans
.env.production - 增加 封装接口地址 il y a 3 ans
.env.test - 修复 删除用户例外时同一个imei的例外会全部删除的问题 il y a 2 ans
.eslintignore git init il y a 3 ans
.eslintrc.js 增加 docker部署文件 il y a 3 ans
.gitignore git init il y a 3 ans
.travis.yml git init il y a 3 ans
Dockerfile 增加 docker部署文件 il y a 3 ans
LICENSE git init il y a 3 ans
README-zh.md git init il y a 3 ans
README.md `2022.8.8` il y a 2 ans
babel.config.js FIX il y a 2 ans
jest.config.js git init il y a 3 ans
jsconfig.json git init il y a 3 ans
package.json FIX il y a 2 ans
postcss.config.js git init il y a 3 ans
setup_development.sh 初始化项目 il y a 2 ans
setup_production.sh 初始化项目 il y a 2 ans
setup_test.sh 初始化项目 il y a 2 ans
telpo_user_admin_run.sh 初始化项目 il y a 2 ans
vue.config.js `2022.8.8` il y a 2 ans

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

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