crm扩展模块

peter 71fe348144 Merge branch 'develop' пре 4 месеци
public 32db90ffad change: payment record 调整. пре 1 година
src 171d3e7665 change: 替换已不被提倡的样式语法. пре 4 месеци
.drone.yml e7a72f1901 build: dependencies update. пре 1 година
.env.development e1c0e95d6e build: api请求路径调整. пре 1 година
.env.production f89f09f816 feat: 企业微信用户id列表页(管理员用). пре 8 месеци
.env.test f89f09f816 feat: 企业微信用户id列表页(管理员用). пре 8 месеци
.eslintrc.cjs 3d81968361 page: payment record 初稿. пре 1 година
.gitignore 3d81968361 page: payment record 初稿. пре 1 година
.prettierrc 449e49fbe1 init пре 1 година
README.md 449e49fbe1 init пре 1 година
index.html 449e49fbe1 init пре 1 година
package.json 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss пре 4 месеци
postcss.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss пре 4 месеци
tailwind.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss пре 4 месеци
tsconfig.json 449e49fbe1 init пре 1 година
tsconfig.node.json 449e49fbe1 init пре 1 година
vite.config.ts 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss пре 4 месеци

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