# ruixing **Repository Path**: sandas/ruixing ## Basic Information - **Project Name**: ruixing - **Description**: 学习交流! - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: sandas - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ruishi-coffee 仿瑞士咖啡 Vue 移动端项目,后端服务采用 json-server 模拟。 # 项目运行流程 ## step 1 安装依赖包 ``` npm install ``` ## step 2 启动项目 ``` npm run serve ``` ## step 3 启动 json-server 服务 ``` npm run server ``` ### 项目打包 ``` npm run build ```