租户

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

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/