租户

dct bee905e631 配置更新 9 月之前
public 08fba2bbd3 更改环境 11 月之前
src bee905e631 配置更新 9 月之前
.env 509b8bb440 first commit 11 月之前
.env.admin 509b8bb440 first commit 11 月之前
.env.adminDev 509b8bb440 first commit 11 月之前
.env.agent 509b8bb440 first commit 11 月之前
.env.agentDev 509b8bb440 first commit 11 月之前
.eslintrc.js 509b8bb440 first commit 11 月之前
.gitignore 509b8bb440 first commit 11 月之前
CHANGELOG.md 08fba2bbd3 更改环境 11 月之前
README.md 509b8bb440 first commit 11 月之前
config.js 509b8bb440 first commit 11 月之前
csscomb.json 509b8bb440 first commit 11 月之前
generateUpdate.js 509b8bb440 first commit 11 月之前
index.html 509b8bb440 first commit 11 月之前
jsconfig.json 509b8bb440 first commit 11 月之前
package-lock.json bee905e631 配置更新 9 月之前
package.json bee905e631 配置更新 9 月之前
vite.config.js bee905e631 配置更新 9 月之前
yarn.lock bee905e631 配置更新 9 月之前

README.md

script setup SFCs

https://github.com/vuejs/rfcs/blob/script-setup-2/active-rfcs/0000-script-setup.md

Ant design 2.x

https://2x.antdv.com/components/overview-cn/

Vue 3.x

https://v3.cn.vuejs.org/

Vite

https://cn.vitejs.dev/

API 文档

https://vrcase.cleartv.cn/swagger-ui.html?urls.primaryName=%E7%AE%A1%E7%90%86%E7%AB%AF#/%E8%A7%92%E8%89%B2%E7%AE%A1%E7%90%86%E6%8E%A5%E5%8F%A3

Vuex 4.x

https://next.vuex.vuejs.org/guide/composition-api.html

测试服务器部署

password: 123456

./deployDev.sh

测试地址

https://pdev.cleartv.cn/frontend/member/#/main/manager

图标库

https://github.com/bytedance/IconPark/tree/master/packages/vue-next

https://iconpark.bytedance.com/official

全局事件处理

https://github.com/developit/mitt

账号

admin / 123456

vue3 copy

生成更新日志页面需要安装全局依赖

npm install -g conventional-changelog-cli

发布流程

  1. 提交普通修改
  2. 修改package.json 版本号,执行 npm run changelog
  3. 提交版本信息的修改记录:build: build x.x.x
  4. 推送、打版本标签

线上测试账号

商户账号:

徽黄商户
admin
clear!@#

测试账号

商户

caizb_test/admin/123456

工具库

Collection of essential Vue Composition Utilities

https://vueuse.org/