1 Star 10 Fork 8

Vinson / blog-nuxt

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

个人博客前台

在线地址

前台项目

欢迎大家提交pr,一起改进项目

特别鸣谢项目:

后台项目

Sakura主题

项目架构

使用建议

  • 因为项目使用eslint, 所以建议使用编辑器 vscode 下载插件 ESLint Prettier
  • 因为项目使用husky,t提交git会自动格式化代码,如果eslint不通过是提交不上去的
  • 保存自动格式化,不喜欢的可以在.vscode目录下setting.json修改

git commit message

  • feat - 新功能 feature
  • fix - 修复 bug
  • docs - 文档注释
  • style - 代码格式(不影响代码运行的变动)
  • refactor - 重构、优化(既不增加新功能,也不是修复bug)
  • perf - 性能优化
  • test - 增加测试
  • chore - 构建过程或辅助工具的变动
  • revert - 回退
  • build - 打包

启动项目

#首先全局安装pnpm
npm install pnpm -g

#安装依赖
pnpm install

# 本地运行
pnpm dev

# 打包分析
pnpm analyze

# 打包
pnpm build
MIT License Copyright (c) 2023 Vinson 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.

简介

个人博客前台,使用了nuxt3 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/vinson007/blog-nuxt.git
git@gitee.com:vinson007/blog-nuxt.git
vinson007
blog-nuxt
blog-nuxt
master

搜索帮助