{"id":24096383,"url":"https://github.com/nihilor/vuejs-parcel-kickstart","last_synced_at":"2026-05-06T09:41:36.023Z","repository":{"id":144082797,"uuid":"207301261","full_name":"nihilor/vuejs-parcel-kickstart","owner":"nihilor","description":"A simple but complete kickstart scaffold for Vue.js and Parcel.js with Babel and Eslint.","archived":false,"fork":false,"pushed_at":"2019-09-10T04:17:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T12:49:54.259Z","etag":null,"topics":["babel","eslint","kickstart","parcel","prototyping","scaffold","single-page-applications","vuejs"],"latest_commit_sha":null,"homepage":"","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/nihilor.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":"2019-09-09T12:14:50.000Z","updated_at":"2019-09-10T04:17:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c47492ae-1945-4543-8056-0b41bcb08fd9","html_url":"https://github.com/nihilor/vuejs-parcel-kickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilor%2Fvuejs-parcel-kickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilor%2Fvuejs-parcel-kickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilor%2Fvuejs-parcel-kickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilor%2Fvuejs-parcel-kickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nihilor","download_url":"https://codeload.github.com/nihilor/vuejs-parcel-kickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241020107,"owners_count":19895370,"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":["babel","eslint","kickstart","parcel","prototyping","scaffold","single-page-applications","vuejs"],"created_at":"2025-01-10T12:31:49.652Z","updated_at":"2026-05-06T09:41:35.976Z","avatar_url":"https://github.com/nihilor.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuejs-parcel-kickstart\n\nA simple but complete kickstart scaffold for Vue.js and Parcel with Babel and Eslint.\n\n## Why?\n\nThis kickstart provides all the necessary stuff and configuration to instantly start the prototyping of new applications. Additionally you may use this kickstart scaffold to learn coding in Vue.js. Regard: It's an opinionated stack. Other developers may prefer other file structuring and configuration.\n\n## How?\n\nJust clone this repository, install the dependencies and start the development server.\n\n```\n$ npm install\n$ npm start\n```\n\nAfterwards, open your webbrowser and navigate to `http://localhost:1234`. Change the `./src/App.vue` and play around. Because hot loading is activated, every change will instantly be visible in the webbrowser.\n\n## Build?\n\nYou want to build and deploy your prototype. That's easy.\n\n```\n$ npm run build\n```\n\nYou will find the result of the bundling process in `./dist/`.\n\n## SASS/SCSS? Or LESS?\n\nYou want to use SASS/SCSS or LESS to write your CSS? That's also easy. Open the file `./src/App.vue`, navigate to the `style` part. Just change the value of `lang` from `css` to `scss` or `less`.\n\n```html\n\u003cstyle lang=\"scss\"\u003e\nbody {\n    color: #34495e;\n}\nh1 {\n    color: #41b883;\n}\n\u003c/style\u003e\n```\n\n## LICENSE\n\nMIT License\n\nCopyright (c) 2019 Mark Lubkowitz\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihilor%2Fvuejs-parcel-kickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnihilor%2Fvuejs-parcel-kickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihilor%2Fvuejs-parcel-kickstart/lists"}