Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyson0314/blog-manage-web
博客管理前端
https://github.com/tyson0314/blog-manage-web
Last synced: about 24 hours ago
JSON representation
博客管理前端
- Host: GitHub
- URL: https://github.com/tyson0314/blog-manage-web
- Owner: Tyson0314
- License: mit
- Created: 2022-03-01T08:45:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T09:44:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T16:37:16.599Z (about 2 months ago)
- Language: Vue
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
博客后台管理页面
## 运行
1. `npm install` 安装依赖
2. `npm run dev` 本地运行项目,通过`http://localhost:8088`访问博客管理页面。账户名`dabin`,密码:`123456`。
3. `npm run build` 打包项目## TODO
* 友链管理完善
* 评论管理完善## 贡献代码
开源项目离不开大家的支持,如果您有好的想法,或者修复了BUG,欢迎小伙伴们提交 **Pull Request** 参与开源贡献。
1. **fork** 本项目到自己的代码仓
2. 把 **fork** 过去的项目也就是你仓库中的项目 **clone** 到你的本地
3. 新建分支
4. 修改代码
5. **commit** 后 **push** 到自己的库
6. 发起**PR**( **pull request**) 请求,提交到 **feature** 分支
7. 等待合并