4 Star 8 Fork 6

kuzank / snails-web

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

snails-web

一个基于 Spring-Boot + Angular + Ng-Zorro 前后端分离项目的简单实现

框架源码 Gitee GitHub
Snails 框架 https://gitee.com/kuzank/snails https://github.com/kuzank/snails
Snails-web 前端 https://gitee.com/kuzank/snails-web https://github.com/kuzank/snails-web
Snails-api 后台 https://gitee.com/kuzank/snails-api https://github.com/kuzank/snails-api

开发环境要求

  • Node
  • yarn
  • 启动 snails-api 后台服务 本前端项目 snails-webREST API 数据来源于snails-api,因此需要获取并启动此工程

获取项目

git clone https://gitee.com/kuzank/snails-web.git snails-web
cd snails-web
yarn   # yarn 安装项目的依赖,或者使用 npm install 也可

启动项目 - 方法一

npm run start

启动项目 - 方法二

前提:系统已安装 docker

# 打包为 docker 镜像
docker build -t snails-web .
# 启动程序
docker run -d --name snails-web -p 4200:4200 snails-web

系统截图

本前端项目 snails-webREST API 数据来源于snails-api,因此需要获取并启动此工程

浏览器访问 localhost:4200

1、登陆页面

系统默认用户、账号、密码信息,数据在 snails-api 启动后初始化到数据库中,源码在 snails-api/src/main/java/com/kuzank/snails/init/InitPerson.java

用户名 账号 密码 备注
kuzank kuzank 123456 所属组织:Snails Studio > 技术部
danxiaogui danxiaogui 123456 所属组织:Snails Studio > 财务部

2、首页

3、用户管理

4、组织管理

5、菜单管理

菜单配置及菜单权限配置

用户菜单权限预览

6、在线用户

7、登陆日志

8、http请求

9、系统异常

10、G2图表

学习资源

开源许可证

MIT

MIT License Copyright (c) 2020-present kuzan<754109648@qq.com> 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.

简介

一个基于 Spring-Boot + Ng-Alain 前后端分离的简单实现 展开 收起
HTML/CSS
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML/CSS
1
https://gitee.com/kuzank/snails-web.git
git@gitee.com:kuzank/snails-web.git
kuzank
snails-web
snails-web
master

搜索帮助