crm扩展模块

peter 0bfe1bc66c change: 代码优化. 无用逻辑移除. 繁琐代码改写. props类型断言优化. hace 4 meses
public 32db90ffad change: payment record 调整. hace 1 año
src 0bfe1bc66c change: 代码优化. 无用逻辑移除. 繁琐代码改写. props类型断言优化. hace 4 meses
.drone.yml e7a72f1901 build: dependencies update. hace 1 año
.env.development e1c0e95d6e build: api请求路径调整. hace 1 año
.env.production 143ced438b feat: indent 从管理后台移植. vue2 to vue3 hace 4 meses
.env.test f89f09f816 feat: 企业微信用户id列表页(管理员用). hace 8 meses
.eslintrc.cjs 3d81968361 page: payment record 初稿. hace 1 año
.gitignore 3d81968361 page: payment record 初稿. hace 1 año
.prettierrc 449e49fbe1 init hace 1 año
README.md 449e49fbe1 init hace 1 año
index.html 449e49fbe1 init hace 1 año
package.json 143ced438b feat: indent 从管理后台移植. vue2 to vue3 hace 4 meses
postcss.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss hace 4 meses
tailwind.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss hace 4 meses
tsconfig.json 449e49fbe1 init hace 1 año
tsconfig.node.json 449e49fbe1 init hace 1 año
vite.config.ts 143ced438b feat: indent 从管理后台移植. vue2 to vue3 hace 4 meses

README.md

crm_extend

CRM 功能扩展模块

Project setup

npm i

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production with 'test' mode

npm run build-test

Compiles and minifies for production

npm run build

use docker

在项目根目录运行命令即可启动

docker-compose up -d

停止

docker-compose stop

删除所有未使用的卷

docker volume prune