# bottle-ui **Repository Path**: sulb/bottle-ui ## Basic Information - **Project Name**: bottle-ui - **Description**: 漂流瓶项目前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gbook.processor.org.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-23 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bottle-ui 漂流瓶项目前端,使用Vue 3开发 ## 技术栈 - Vue 3 - Vue Router - Pinia - Axios - Naive UI ### 安装依赖 ```sh npm install ``` ### 开发环境运行 ```sh npm run dev ``` ### 构建 ```sh npm run build ```