Skip to content

qingrenquan/notebook

 
 

Repository files navigation

☘ 自用初学笔记

pnpm v9 nodejs v20 python

自用学习笔记,基于 vitepress,包含

  • JavaScript✡️ 基础
  • Python🐍 基础

本地运行

安装依赖

# 用于本地伺服器的运行和文档构建
pnpm i

安裝格式化工具

uv tool install mdformat --with-requirements requirements.txt
# 或者使用 pip
python -m pip install -r requirements.txt

脚手架命令

# serve with hot reload at localhost:5173
pnpm docs:dev

# build for production with minification
pnpm docs:build

# format all documents **记得先进入虚拟环境**
mdformat docs

借物

封面

博客

About

Basic knowledge of Python and JavaScript, as mother tongue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Markdown 95.7%
  • Vue 2.3%
  • TypeScript 1.6%
  • CSS 0.4%