--- title: 搜索框 sidebar_position: 2 --- ## 搜索框 ### 搭建流程 ``` 1. npm install --save @easyops-cn/docusaurus-search-local 2.修改文件后需要build才能查询到最新的 npm run build npm run serve ```