消息系统前端
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 ff96f25262
update README.MD
2 years ago
.gitee Initial commit 3 years ago
doc update README.MD 2 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 README.MD 2 years ago
index.html 依赖下载至本地,不再依赖cdn 2 years ago
nodemon.json git init 3 years ago
package.json git init 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/

🔥后端仓库GiteeGitHub

🔥11W+字共107个文档带你玩转austin,详情可戳:消息推送平台文档

快速开始

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

# 安装依赖
npm i

# 打开服务
npm start

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

🔥11W+字共107个文档带你玩转austin,详情可戳:消息推送平台文档