# vue-admin-template
English | [简体中文](./README-zh.md)
> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
**Live demo:** http://panjiachen.github.io/vue-admin-template
**The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0), it does not rely on `vue-cli`**
## Build Setup
```bash
# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git
# enter the project directory
cd vue-admin-template
# install dependency
npm install
# develop
npm run dev
```
This will automatically open http://localhost:9528
## Build
```bash
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
```
## Advanced
```bash
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
```
Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
## Demo
![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)
## Extra
If you want router permission && generate menu by user roles , you can use this branch [permission-control](https://github.com/PanJiaChen/vue-admin-template/tree/permission-control)
For `typescript` version, you can use [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))
## Related Project
- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
- [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
- [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)
- [awesome-project](https://github.com/PanJiaChen/vue-element-admin/issues/2312)
## Browsers support
Modern browsers and Internet Explorer 10+.
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
## License
[MIT](https://github.com/PanJiaChen/vue-admin-template/blob/master/LICENSE) license.
Copyright (c) 2017-present PanJiaChen
没有合适的资源?快使用搜索试试~ 我知道了~
基于springboot+vue的博客系统+毕业设计
共221个文件
java:51个
js:50个
vue:44个
需积分: 0 9 下载量 73 浏览量
2023-01-14
13:04:33
上传
评论 4
收藏 1.13MB ZIP 举报
温馨提示
java毕设 这是一个基于基于springboot+vue的博客系统,但是它不是一个简简单单的博客系统, 它还有社区的功能呢 ## start > 数据库名称为 `graduation` 结构: - graduation_admin 后台管理页面 (vue) - graduation_web 前台页面 (vue) - graduation_server 后台api (Java) ### 1. graduation_admin 基于`vue-admin-template`编写 ```bash # 进入项目目录 cd graduation_admin # 安装依赖 npm install # 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` ### 2. graduation_web 貌似基于原生模板编写 启动方法 与上述一致。
资源推荐
资源详情
资源评论
收起资源包目录
基于springboot+vue的博客系统+毕业设计 (221个子文件)
bootstrap.min.css 157KB
noteList.css 5KB
.env.development 89B
.editorconfig 243B
.eslintignore 34B
.gitignore 344B
.gitignore 231B
.gitignore 210B
.gitignore 190B
index.html 620B
index.html 613B
favicon.ico 66KB
favicon.ico 4KB
UserService.java 9KB
PostService.java 9KB
ImageService.java 7KB
PostApi.java 5KB
PostMapper.java 5KB
SettingService.java 4KB
CommentService.java 4KB
IdWorker.java 4KB
UserinfoService.java 4KB
UserApi.java 3KB
PostWithUser.java 3KB
CategoryService.java 3KB
ResponseResult.java 2KB
Post.java 2KB
Constants.java 2KB
PostRecommend.java 2KB
JwtUtils.java 2KB
IUserService.java 2KB
CommentApi.java 2KB
CategoryApi.java 2KB
UserMapper.java 2KB
CommentMapper.java 2KB
CommentWithUser.java 2KB
User.java 2KB
SettingApi.java 2KB
ClaimsUtils.java 2KB
Image.java 2KB
CategoryMapper.java 1KB
Comment.java 1KB
Userinfo.java 1KB
ResponseState.java 1KB
ResponsePage.java 1KB
ImageApi.java 1016B
WebSecurityConfig.java 965B
GraduationApp.java 959B
ErrorCodeConfig.java 902B
UserinfoMapper.java 883B
ErrorPageController.java 863B
SettingMapper.java 842B
IPostService.java 842B
PermissionService.java 775B
ImageMapper.java 682B
IImageService.java 674B
TextUtils.java 666B
CorsConfig.java 625B
IUserinfoService.java 580B
Category.java 578B
ICommentService.java 442B
ISettingService.java 439B
Setting.java 393B
ICategoryService.java 363B
.eslintrc.js 5KB
vue.config.js 4KB
index.js 4KB
index.js 3KB
request.js 3KB
index.js 3KB
index.js 3KB
user.js 2KB
post.js 2KB
user.js 2KB
vue.config.js 2KB
request.js 2KB
permission.js 2KB
permission.js 2KB
user.js 1KB
ResizeHandler.js 1KB
app.js 1KB
index.js 892B
main.js 877B
jest.config.js 766B
user.js 763B
main.js 731B
setting.js 656B
FixiOSBug.js 633B
settings.js 578B
babel.config.js 557B
category.js 488B
post.js 423B
comments.js 328B
settings.js 322B
index.js 318B
index.js 288B
index.js 288B
auth.js 282B
auth.js 280B
settings.js 276B
共 221 条
- 1
- 2
- 3
资源评论
码农飞哥
- 粉丝: 14w+
- 资源: 1911
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功