1 Star 0 Fork 128

xiaoxijin / amis-admin

forked from lizw-2015 / amis-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

项目介绍

amis-admin 是基于百度的 amis 低代码框架开发的管理后台前端项目,旨在提供低门槛、高效率、开箱即用的管理后台前端项目。

1.本项目的应用范围和人群
  1. 企业内部运营后端项目,功能较为简单的管理后台
  2. 适合有一点前端基础(写过html + js + css)的程序员,不需要懂大前端技术(npm、webpack、react/vue......)
2.本项目优势
  1. 门槛极低,使用json来定义页面,会写json就能开发页面
  2. 提供完整的管理后台界面解决方案,内置菜单、用户登录登出、401、403、404等基础页面功能,真正的开箱即用
  3. 支持所有amis框架的UI组件(100+)
  4. 支持扩展,页面开发支持多种技术:amis(主要)、react、传统html。支持html页面内嵌集成
  5. 经历了某上市公司的内部多个项目的线上实战考验
  6. 开发效率提升3倍以上,熟练amis框架开发效率提升6倍以上
3.效果预览

线上预览地址: http://amis-admin.msvc.top/ (admin/123456)

系统截图

登录

查询列表

表单

系统演示

快速开始

1.安装Node.js(建议12.x版本)

下载地址: https://nodejs.org/zh-cn/download/

// 配置npm源
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/
2.安装yarn
npm install -g yarn
yarn -v
// 配置yarn源
yarn config set registry https://registry.npm.taobao.org -g
yarn config set disturl https://npm.taobao.org/dist -g
yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/ -g
yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ -g
yarn config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/ -g
yarn config set chromedriver_cdnurl https://cdn.npm.taobao.org/dist/chromedriver -g
yarn config set operadriver_cdnurl https://cdn.npm.taobao.org/dist/operadriver -g
yarn config set fse_binary_host_mirror https://npm.taobao.org/mirrors/fsevents -g
3.安装TypeScript
yarn global add typescript
tsc -v
4.初始化 & 开发
cd ./amis-admin
// 初始化
yarn run project-init
// 开发
yarn run dev
  1. 使用谷歌浏览器打开: http://127.0.0.1:8000/schema-app.html
  2. 页面代码都在/src/pages文件夹中,一个页面就是一个文件
  3. 菜单配置在/src/router-config.tsx文件中定义

建议使用IntelliJ IDEA或者WebStorm开发工具

MIT License Copyright (c) 2021 lizw-2015 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

amis-admin 是基于百度的 amis 低代码框架开发的管理后台前端项目,旨在提供低门槛、高效率、开箱即用的管理后台前端项目 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/xiaoxijin/amis-admin.git
git@gitee.com:xiaoxijin/amis-admin.git
xiaoxijin
amis-admin
amis-admin
master

搜索帮助