消息系统前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
3y 20cf7ec70a
fix tips;
2 years ago
.gitee Initial commit 3 years ago
pages fix tips; 2 years ago
public 依赖下载至本地,不再依赖cdn 2 years ago
sdk 依赖下载至本地,不再依赖cdn 2 years ago
.gitignore git init 3 years ago
.prettierrc git init 3 years ago
LICENSE Initial commit 3 years ago
README.md update 在线预览地址 2 years ago
index.html 依赖下载至本地,不再依赖cdn 2 years ago
nodemon.json git init 3 years ago
package.json git init 3 years ago
requestHandler.md 支持 飞书群机器人 3 years ago
responseHanler.md 微信服务号登录 3 years ago
server.js 依赖下载至本地,不再依赖cdn 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

🔥项目在线演示地址:http://139.9.66.219:3000/

🔥项目视频我正在Bilibili更新(三连越多,更新越有动力哟

🔥项目笔记关注公众号Java3y回复「austin」即可获取还能加项目交流群哟!

🔥后端仓库GiteeGitHub

快速开始

基于 amis 渲染器,快速搭建自己的管理系统。

# 安装依赖
npm i

# 打开服务
npm start

# 线上可使用 pm2 部署启动
pm2 start server.js