Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyson0314/blog-web
博客前端界面
https://github.com/tyson0314/blog-web
Last synced: about 24 hours ago
JSON representation
博客前端界面
- Host: GitHub
- URL: https://github.com/tyson0314/blog-web
- Owner: Tyson0314
- License: mit
- Created: 2022-03-01T08:38:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T07:14:10.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T16:37:10.824Z (about 2 months ago)
- Language: Vue
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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`访问博客首页
3. `npm run build` 打包项目## TODO
* 动画效果,列表加载出来时动画,返回顶部动画## 贡献代码
开源项目离不开大家的支持,如果您有好的想法,或者修复了BUG,欢迎小伙伴们提交 **Pull Request** 参与开源贡献。
1. **fork** 本项目到自己的代码仓
2. 把 **fork** 过去的项目也就是你仓库中的项目 **clone** 到你的本地
3. 新建分支
4. 修改代码
5. **commit** 后 **push** 到自己的库
6. 发起**PR**( **pull request**) 请求,提交到 **feature** 分支
7. 等待合并