{"id":19201437,"url":"https://github.com/padcom/create-vue-app","last_synced_at":"2026-06-20T11:31:16.641Z","repository":{"id":65708946,"uuid":"597881939","full_name":"padcom/create-vue-app","owner":"padcom","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-11T01:26:38.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T07:21:44.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/padcom.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":"2023-02-05T22:36:26.000Z","updated_at":"2023-02-05T22:36:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e310320b-c3b3-48cd-905b-b7fcb79baf71","html_url":"https://github.com/padcom/create-vue-app","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"0fb5549f41c948413846428ae2ea3e60d127247b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/padcom/create-vue-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-vue-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-vue-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-vue-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-vue-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padcom","download_url":"https://codeload.github.com/padcom/create-vue-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-vue-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T12:38:46.518Z","updated_at":"2026-06-20T11:31:16.626Z","avatar_url":"https://github.com/padcom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue.js 3.x application generator\n\nThis generator creates a project that has vue, tailwindcss+nesting, pinia, router, typescript, eslint and vitest configured.\n\n## Usage\n\nTo use this generator you need to have [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and [node.js](https://nodejs.org) installed through nvm.\n\nThen issue the following command:\n\n```\n$ npm create @padcom/vue-app\n```\n\nWhich will create the following elements:\n\n### `start.ts`\nThis is the main application entry point. It can be invoked either directly or by calling `npm start`\n\n### `example.test.ts`\nThis is an example vitest test written in TypeScript\n\n### `package.json`\nProject configuration file.\n\n### `.gitignore`\nDefault list of ignored files\n\n### `.nvmrc`\nContains version of node used when initializing the project\n\n### `tsconfig.json`\nDefault TypeScript configuration and documentation\n\n## Default scripts\n\nThe following list describes the default NPM scripts that can be used with the project\n\n### `start` (alias for `dev`)\n\n### `dev`\n\nStarts the application by running\n\n```\n$ npm run dev\n```\n\n### `build`\n\nBuild the project. All assets are then stored in `dist` folder which is ignored by git by configuration.\n\n### `preview`\n\nBuilds the projects and waits for changes, then rebuild.\n\n### `test:watch`\n\nExecutes all tests in the project\n\n### `test:watch`\n\nExecutes tests that have been changed since the last commit.\n\n### `lint`\n\nYou can run linter on your project with the following command:\n\n```\n$ npm run lint\n```\n\n### `lint:fix`\n\nYou can fix all auto-fixable linter problems by issuing the following command:\n\n```\n$ npm run lint:fix\n```\n\n## TypeScript\n\nAll files in the project can use TypeScript (both logic and tests)\n\n## Tests\n\nTests are executed using Jest runner\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fcreate-vue-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadcom%2Fcreate-vue-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fcreate-vue-app/lists"}