# 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 ``` shell ./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/