# rVue **Repository Path**: bingmp/rVue ## Basic Information - **Project Name**: rVue - **Description**: The front end of Idbview - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://idbview.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-17 - **Last Updated**: 2024-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: Database, Data-Analysis, Respiratory ## README # idbview https://idbview.com Front-end: HTML, CSS, JavaScript, and vue3 url: https://github.com/bingmp/rVue or https://gitee.com/bingmp/rVue Back-end: R shiny url: https://github.com/bingmp/idbview or https://gitee.com/bingmp/idbview ### 1 Install ``` git clone https://github.com/bingmp/rVue.git # or git clone https://gitee.com/bingmp/rVue.git cd rVue pnpm install ``` ### 2 Start ``` pnpm run dev ``` ### 3 Build ``` pnpm run build ``` ### 4 file detail images: "public/ folder" api for mysql: "src/api/" rshiny tools url: "src/assets/" router: "src/router" all pages: "src/views" ### Vue 3 + JavaScript + TypeScript + Vite