#### 安装教程 ``` bash # 安装依赖 npm install # 启动服务 localhost:9527 npm run dev # 构建生产环境 npm run build ```