{"id":14066243,"url":"https://github.com/davidruvolo51/r-vue-app","last_synced_at":"2025-07-10T19:36:16.540Z","repository":{"id":119355720,"uuid":"342636160","full_name":"davidruvolo51/r-vue-app","owner":"davidruvolo51","description":"A demo app using R Plumber, Vue, and Vite","archived":false,"fork":false,"pushed_at":"2023-05-12T14:39:34.000Z","size":439,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-18T05:41:44.082Z","etag":null,"topics":["r","shiny-apps","shiny-template","shinyapps","vite","vue"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidruvolo51.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-26T16:35:10.000Z","updated_at":"2024-06-07T00:21:38.000Z","dependencies_parsed_at":"2023-12-28T03:00:47.089Z","dependency_job_id":null,"html_url":"https://github.com/davidruvolo51/r-vue-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidruvolo51/r-vue-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidruvolo51%2Fr-vue-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidruvolo51%2Fr-vue-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidruvolo51%2Fr-vue-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidruvolo51%2Fr-vue-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidruvolo51","download_url":"https://codeload.github.com/davidruvolo51/r-vue-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidruvolo51%2Fr-vue-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264640059,"owners_count":23642328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","shiny-apps","shiny-template","shinyapps","vite","vue"],"created_at":"2024-08-13T07:05:00.332Z","updated_at":"2025-07-10T19:36:16.493Z","avatar_url":"https://github.com/davidruvolo51.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# R ❤️ Vue + Vite Demo application\n\n![r plumber vue and vite application](r-vue-app.png)\n\nThe `r-vue-app` demonstrates how to create an Vue application using R plumber as a backend. This demo also uses Vite.\n\n- Backend Tools\n    - R Plumber: [https://www.rplumber.io](https://www.rplumber.io)\n    - Node: [https://nodejs.org/](https://nodejs.org/)\n- Frontend Tools\n    - ViteJS: [https://vitejs.dev](https://vitejs.dev)\n    - Vue: [https://vuejs.org](https://vuejs.org)\n\n## Getting Started\n\n### 1. Install Node and NPM\n\nMake sure [Node and NPM](https://nodejs.org/en/) are installed on your machine. You may also use [Yarn](https://yarnpkg.com/en/). To test the installation or to see if these tools are already installed on your machine, run the following commands in the terminal.\n\n```shell\nnode -v\nnpm -v\n```\n\n### 2. Clone the `r-vue-app` repository\n\n```shell\ngit clone https://github.com/davidruvolo51/r-vue-app\n```\n\n### 3. Install dependencies\n\nNext, install the npm packages that are required to run the app locally. I have decided to use [pnpm](https://github.com/pnpm/pnpm) to manage packages on my machine and across projects. To install `pnpm`, run the following command.\n\n```shell\nnpm install -g pnpm\n```\n\nYou will need to install the dependencies in the root directory and in the `client/` directory.\n\n```shell\npnpm install\n\ncd client\npnpm install\n```\n\nIf you prefer to use `npm`, use the following.\n\n```shell\nnpm install\n\ncd client\nnpm install\n```\n\n### 4. Start the development servers\n\nWhen everything is install, navigate back to the main directory and start the development server. This will start the client at port `localhost:3000` and the API at `localhost:8000/api/data`.\n\n```shell\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidruvolo51%2Fr-vue-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidruvolo51%2Fr-vue-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidruvolo51%2Fr-vue-app/lists"}