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.
458 B
458 B
amis admin 模板
基于 amis 渲染器,快速搭建自己的管理系统。
快速开始
其实这个项目直接双击 index.html
都能看大部分效果,不过为了更完整体验,请运行下面的命令:
# 安装依赖
npm i
# 打开服务
npm start
部署上线
这个例子中的 amis 等依赖使用外部 cdn,为了稳定请在自己部署的时候将文件下载到本地。