# CloudDisk Frontend ## 开发指南 ### 安装 ```bash npm install ``` ### 开发模式 ```bash npm run dev ``` ### 构建 ```bash npm run build ```