Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuckdoctors/notes2
个人博客, 学习笔记
https://github.com/fuckdoctors/notes2
blog codesnippet notes playground vue vue3 vuepress vuepress-next
Last synced: 2 months ago
JSON representation
个人博客, 学习笔记
- Host: GitHub
- URL: https://github.com/fuckdoctors/notes2
- Owner: FuckDoctors
- License: mit
- Created: 2022-03-30T05:15:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:45:49.000Z (2 months ago)
- Last Synced: 2024-10-28T12:50:29.824Z (2 months ago)
- Topics: blog, codesnippet, notes, playground, vue, vue3, vuepress, vuepress-next
- Language: JavaScript
- Homepage: https://zhaobc.site
- Size: 8.56 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
README
Zhao Bin's site
简体中文 | English## Features
- ⚡️ [VuePress Next](https://vuejs.press/) - markdown-centered static site generator
- 🎨 [VuePress Theme Hope](https://theme-hope.vuejs.press/) - A VuePress theme with tons of features
- 📑 [Notes](./docs/notes/)
- 😃 [Blog](./docs/posts/)
- ☁️ Deploy on Vercel, Github Pages
## Development
```bash
pnpm docs:dev
# or
# pnpm docs:clean-dev
```## Build
```bash
pnpm docs:build
```