crm扩展模块

peter 17981aeb79 change: 替换遗漏的element icon. il y a 4 mois
public 34693d125d fix: indent 若干零碎问题修复. 移除部分无用代码. il y a 4 mois
src 17981aeb79 change: 替换遗漏的element icon. il y a 4 mois
.drone.yml e7a72f1901 build: dependencies update. il y a 1 an
.env.development acd242487e feat: indent用户/登录模块. 项目依赖升级. il y a 4 mois
.env.production acd242487e feat: indent用户/登录模块. 项目依赖升级. il y a 4 mois
.env.test f89f09f816 feat: 企业微信用户id列表页(管理员用). il y a 8 mois
.eslintrc.cjs 3d81968361 page: payment record 初稿. il y a 1 an
.gitignore 3d81968361 page: payment record 初稿. il y a 1 an
.prettierrc 449e49fbe1 init il y a 1 an
README.md 449e49fbe1 init il y a 1 an
index.html 449e49fbe1 init il y a 1 an
package.json acd242487e feat: indent用户/登录模块. 项目依赖升级. il y a 4 mois
postcss.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss il y a 4 mois
tailwind.config.cjs 34579aa5b0 dependencies: update element-plus to 2.8.7. replace flex-custom style with tailwindcss il y a 4 mois
tsconfig.json 449e49fbe1 init il y a 1 an
tsconfig.node.json 449e49fbe1 init il y a 1 an
vite.config.ts acd242487e feat: indent用户/登录模块. 项目依赖升级. il y a 4 mois

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