# simplicity 简约而不简单的文档 # 安装依赖 ``` npm install ``` # 文档启动 ``` npm run docs ``` # 文档打包 ``` npm run docs:build ``` 打包后会在.vitepress文件夹下生成dist目录