{"id":18357469,"url":"https://github.com/edm00se/vue-parcel-starter","last_synced_at":"2025-04-06T13:31:22.300Z","repository":{"id":34473068,"uuid":"149325564","full_name":"edm00se/vue-parcel-starter","owner":"edm00se","description":"a simple vue.js starter with parcel","archived":true,"fork":false,"pushed_at":"2024-12-13T20:36:57.000Z","size":13690,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T11:14:00.424Z","etag":null,"topics":["jest","parcel","parcel-bundler","parceljs","prettier","vuejs"],"latest_commit_sha":null,"homepage":"https://edm00se.codes/vue-parcel-starter/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edm00se.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-18T17:16:23.000Z","updated_at":"2024-12-13T20:37:09.000Z","dependencies_parsed_at":"2024-06-17T01:39:52.558Z","dependency_job_id":"d0b08716-cef1-44f5-b010-08bf5429bbdb","html_url":"https://github.com/edm00se/vue-parcel-starter","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/edm00se%2Fvue-parcel-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edm00se%2Fvue-parcel-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edm00se%2Fvue-parcel-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edm00se%2Fvue-parcel-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edm00se","download_url":"https://codeload.github.com/edm00se/vue-parcel-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247438776,"owners_count":20938989,"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":["jest","parcel","parcel-bundler","parceljs","prettier","vuejs"],"created_at":"2024-11-05T22:14:04.262Z","updated_at":"2025-04-06T13:31:22.274Z","avatar_url":"https://github.com/edm00se.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This Repo is Archived\n\nFor details see [issue #413](https://github.com/edm00se/vue-parcel-starter/issues/413).\n\n---\n\n\u003ccenter\u003e\n\u003ch1\u003evue-parcel-starter\u003c/h1\u003e\n  \u003ca href=\"https://github.com/edm00se/vue-parcel-starter/actions?query=workflow%3A%22Deploy+to+GitHub+Pages%22+branch%3Amain\"\u003e\n    \u003cimg alt=\"build and deploy status\" src=\"https://github.com/edm00se/vue-parcel-starter/workflows/Deploy%20to%20GitHub%20Pages/badge.svg?branch=main\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/edm00se/vue-parcel-starter/actions?workflow=Node+CI\"\u003e\n    \u003cimg alt=\"npm test status\" src=\"https://github.com/edm00se/vue-parcel-starter/workflows/Node%20CI/badge.svg\"\u003e\n  \u003c/a\u003e\n\u003c/center\u003e\n\nThis is a simple starter file for [vue.js 3][vue] with [parcel v2][parcel]. I love both vue.js and parcel, so having a base starter to use just makes sense.\n\nAlternatively, you can just load up this starter at [its corresponding codesandbox url][codesandbox-link]:\nhttps://codesandbox.io/s/github/edm00se/vue-parcel-starter\n\n## Features\n\n- [vue.js](https://npm.im/vue) with SFCs (single file components)\n- [parcel](https://npm.im/parcel-bundler) for bundling and dev server\n- [jest](https://npm.im/jest) for unit tests\n- [vs code jest config](.vscode/launch.json) for debugging with tests\n- [prettier](https://npm.im/prettier) for formatting\n- [travis ci config](.travis.yml) for deploy via [GitHub Pages](https://pages.github.com/)\n\n## Installation\n\n- `npx degit edm00se/vue-parcel-starter my-app`\n- `cd my-app`\n- `npm install`\n\n### GitHub Template\n\nThis repository is hosted on GitHub, in which it is marked as a \"template\". Clicking the big green \"Use this template\" button from [this repo's homepage](https://github.com/edm00se/vue-parcel-starter).\n\n## Usage\n\n- `npm run dev` gives you a development server with hot reloading\n- `npm run build` creates a production ready build\n- `npm test` runs test suites\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request 🙂\n\n## History\n\nThis is based heavily upon the example of parcel with vue.js from the [parcel examples repo][parcel-examples]. This will grow over time to build out inclusion of some features unique from the source example.\n\n## Unique Features (So Far)\n\n- sass/scss support\n- testing via [jest][jest]\n\n## Related\n\n- [edm00se/create-vue-parcel][npm-init] an npm initializer\n\n## Credits\n\n- [parcel][parcel]\n- [vue.js][vue]\n- [parcel-bundler/examples/Vue][parcel-examples-vue], upon which this is based\n\n## License\n\nMIT\n\n[vue]: https://vuejs.org/\n[parcel]: https://parceljs.org/\n[parcel-examples]: https://github.com/parcel-bundler/examples\n[parcel-examples-vue]: https://github.com/parcel-bundler/examples/tree/master/vue\n[jest]: https://jestjs.io/\n[codesandbox-link]: https://codesandbox.io/s/github/edm00se/vue-parcel-starter\n[npm-init]: https://github.com/edm00se/create-vue-parcel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedm00se%2Fvue-parcel-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedm00se%2Fvue-parcel-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedm00se%2Fvue-parcel-starter/lists"}