Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyson0314/blog-web

博客前端界面
https://github.com/tyson0314/blog-web

Last synced: about 24 hours ago
JSON representation

博客前端界面

Awesome Lists containing this project

README

        

个人博客前端页面

## 运行

1. `npm install` 安装依赖
2. `npm run dev` 本地运行项目,通过`http://localhost`访问博客首页
3. `npm run build` 打包项目

## TODO
* 动画效果,列表加载出来时动画,返回顶部动画

## 贡献代码

开源项目离不开大家的支持,如果您有好的想法,或者修复了BUG,欢迎小伙伴们提交 **Pull Request** 参与开源贡献。

1. **fork** 本项目到自己的代码仓
2. 把 **fork** 过去的项目也就是你仓库中的项目 **clone** 到你的本地
3. 新建分支
4. 修改代码
5. **commit** 后 **push** 到自己的库
6. 发起**PR**( **pull request**) 请求,提交到 **feature** 分支
7. 等待合并