ATQQ / sugar-blog

✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress

Home Page:https://sugarat.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

粥里有勺糖

你的指尖,拥有改变世界的力量

博客主题:@sugarat/theme

code style

仓库介绍

这是一个 monorepo 仓库,目前有如下四个部分

快速创建博客模板

支持多种包管理工具

# With PNPM:
pnpm create @sugarat/theme

# With NPM:
npm create @sugarat/theme@latest

# With Yarn:
yarn create @sugarat/theme

# With Bun
bun create @sugarat/theme

运行本项目

这是一个 monorepo 仓库,博客基于vitepress搭建,运行前需先安装依赖,构建主题包

① 先安装 pnpm

npm i -g pnpm
# 安装依赖
pnpm install

② 构建依赖包的npm包

pnpm buildlib

③ 运行

# 运行博客
pnpm dev

# 运行主题包文档
pnpm dev:theme

📝关于内容

大前端开发相关知识,包含但不限于前端

记录面试中所遇的问题,并整理相关知识点,分模块进行了梳理

21年毕业,目前就职于美团,热爱大前端开发技术

热爱开源,乐于分享

图片

🔗个人相关链接

☎️联系我

如对博客内容,知识,排版等有疑问或者建议,欢迎邮件和我联系

邮箱:engineerzjl@foxmail.com

公众号

☕赞赏

微信 微信赞赏 支付宝

Star History

Star History Chart

Stargazers over time

Stargazers over time

Project Status

status

Contributors

Thanks to all the contributors!

Made with contrib.rocks.

About

✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress

https://sugarat.top

License:MIT License


Languages

Language:TypeScript 44.6%Language:Vue 40.9%Language:SCSS 8.6%Language:CSS 4.1%Language:JavaScript 1.8%