Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -8,7 +8,7 @@ YGChatCS 是一个基于 uni-app + Vue 3 的多端应用,当前配置重点面
|
||||
|
||||
## 技术栈
|
||||
|
||||
- 框架:uni-app 3、Vue 3、Vite 5。
|
||||
- 框架:uni-app 3、Vue 3、Vite 5、Tailwindcss。
|
||||
- 状态管理:Pinia 3,使用 `pinia-plugin-unistorage` 做持久化。
|
||||
- 样式:SCSS,公共工具类在 `src/static/scss/`,全局变量在 `src/uni.scss`。
|
||||
- 多端:保留 H5、App、各类小程序脚本;当前微信小程序配置最完整。
|
||||
@@ -22,8 +22,6 @@ YGChatCS 是一个基于 uni-app + Vue 3 的多端应用,当前配置重点面
|
||||
yarn install
|
||||
yarn dev:mp-weixin
|
||||
yarn build:mp-weixin
|
||||
yarn dev:h5
|
||||
yarn build:h5
|
||||
yarn switch-client zhinian
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user