{"id":16772610,"url":"https://github.com/jonlabelle/vue-project-template","last_synced_at":"2026-05-20T03:32:54.225Z","repository":{"id":40376456,"uuid":"352461646","full_name":"jonlabelle/vue-project-template","owner":"jonlabelle","description":"A Vue.js boilerplate project template.","archived":false,"fork":false,"pushed_at":"2024-04-21T15:14:55.000Z","size":1361,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T03:29:25.646Z","etag":null,"topics":["boilerplate","examples","nodejs","template","vue"],"latest_commit_sha":null,"homepage":"https://vue-project-template.jonlabelle.com","language":"Vue","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/jonlabelle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-28T23:26:29.000Z","updated_at":"2024-04-21T15:14:59.000Z","dependencies_parsed_at":"2023-11-16T20:14:55.566Z","dependency_job_id":"36e39857-39a7-4c46-bf4b-7bda007d1cef","html_url":"https://github.com/jonlabelle/vue-project-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fvue-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fvue-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fvue-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fvue-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonlabelle","download_url":"https://codeload.github.com/jonlabelle/vue-project-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243896557,"owners_count":20365397,"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":["boilerplate","examples","nodejs","template","vue"],"created_at":"2024-10-13T06:43:21.898Z","updated_at":"2026-05-20T03:32:54.175Z","avatar_url":"https://github.com/jonlabelle.png","language":"Vue","funding_links":[],"categories":["VueJS"],"sub_categories":["Phaser"],"readme":"# Vue.js project template\n\n[![ci](https://github.com/jonlabelle/vue-project-template/actions/workflows/ci.yml/badge.svg)](https://github.com/jonlabelle/vue-project-template/actions/workflows/ci.yml)\n[![cd](https://github.com/jonlabelle/vue-project-template/actions/workflows/cd.yml/badge.svg)](https://github.com/jonlabelle/vue-project-template/actions/workflows/cd.yml)\n[![code analysis](https://github.com/jonlabelle/vue-project-template/actions/workflows/code-analysis.yml/badge.svg)](https://github.com/jonlabelle/vue-project-template/actions/workflows/code-analysis.yml)\n\n\u003e A [Vue.js](https://vuejs.org) boilerplate project template.\n\n## Demo\n\nCheckout the built [static site] from this template.\n\n## Usage\n\nIf deciding to use this [repository template] for your project, please be sure\nto replace the following configuration items with your own.\n\n**[package.json](package.json)**\n\n```json\n{\n  \"name\": \"vue-project-template\",\n  \"description\": \"A Vue.js project (boilerplate) template.\",\n  \"version\": \"2.0.0\",\n  \"private\": true,\n  \"license\": \"MIT\",\n  \"author\": \"Jon LaBelle\",\n  \"repository\": \"jonlabelle/vue-project-template\",\n  \"bugs\": {\n    \"url\": \"https://github.com/jonlabelle/vue-project-template/issues\"\n  },\n  \"homepage\": \"https://github.com/jonlabelle/vue-project-template\",\n  \"keywords\": [\"vue\", \"project-template\", \"template\"]\n}\n```\n\n**[LICENSE](LICENSE)**\n\n```text\nCopyright (c) Jon LaBelle\n```\n\n**[CHANGELOG.md](CHANGELOG.md)**\n\n```md\n## 2.0.0\n\n**Release date:** unreleased\n\n### Enhancements\n\n- ...\n- ...\n\n### Bug fixes\n\n- ...\n- ...\n```\n\n## Project Setup\n\n```console\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```console\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```console\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```console\nnpm run test:unit\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```console\nnpm run lint\n```\n\n## Docker\n\nTo run the site in Docker:\n\n1. Build the image: `npm run docker-build`\n2. Start the container: `npm run docker`\n3. Open your browser to: \u003chttp://localhost:8080\u003e\n\n[npm package]: https://www.npmjs.com/package/@vue/cli\n[vue cli]: https://next.cli.vuejs.org/\n[`vue create`]: https://next.cli.vuejs.org/guide/creating-a-project.html#vue-create\n[`vue serve`]: https://next.cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve\n[repository template]: https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template\n[static site]: https://vue-project-template.jonlabelle.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fvue-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonlabelle%2Fvue-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fvue-project-template/lists"}