{"id":22489258,"url":"https://github.com/productdevbookcom/nuxt-bundle-template","last_synced_at":"2025-08-25T02:11:12.176Z","repository":{"id":168126384,"uuid":"643564304","full_name":"productdevbookcom/nuxt-bundle-template","owner":"productdevbookcom","description":"nuxt-bundle-template is a template or boilerplate project for building Nuxt.js applications.","archived":false,"fork":false,"pushed_at":"2024-10-23T14:19:56.000Z","size":1970,"stargazers_count":11,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-24T22:21:46.070Z","etag":null,"topics":["bundle","npm","npm-package","nuxt","nuxtjs","package","typescript","vue"],"latest_commit_sha":null,"homepage":"https://productdevbook.com","language":"TypeScript","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/productdevbookcom.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":"2023-05-21T15:06:49.000Z","updated_at":"2024-03-19T18:32:58.000Z","dependencies_parsed_at":"2023-12-19T07:16:18.714Z","dependency_job_id":"f83859b2-7f02-4816-8f97-b47efc2d3a57","html_url":"https://github.com/productdevbookcom/nuxt-bundle-template","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":0.3877551020408163,"last_synced_commit":"a0e98c42ca6afc08ee818729310adb73f163a1ae"},"previous_names":["productdevbookcom/nuxt-bundle-template"],"tags_count":0,"template":true,"template_full_name":"productdevbookcom/vue-ts-bundle-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbookcom%2Fnuxt-bundle-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbookcom%2Fnuxt-bundle-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbookcom%2Fnuxt-bundle-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbookcom%2Fnuxt-bundle-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/productdevbookcom","download_url":"https://codeload.github.com/productdevbookcom/nuxt-bundle-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500221,"owners_count":17930020,"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":["bundle","npm","npm-package","nuxt","nuxtjs","package","typescript","vue"],"created_at":"2024-12-06T17:19:31.464Z","updated_at":"2024-12-06T17:21:44.319Z","avatar_url":"https://github.com/productdevbookcom.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Nuxt Typescript Bundle Template\n\n![Nuxt Typescript Bundle Template](https://github.com/productdevbookcom/nuxt-bundle-template/blob/main/.github/assets/nuxt-bundle-template.png?raw=true)\n\nThis is a template for creating a Typescript bundle. It is based on the [Typescript](https://www.typescriptlang.org/) compiler with the [Vite](https://vitejs.dev/) bundler.\n\n## Features\n\n- [x] [Nuxt](https://nuxtjs.org/)\n- [x] [Typescript](https://www.typescriptlang.org/)\n- [x] [Vite](https://vitejs.dev/)\n- [x] [Vue](https://vuejs.org/)\n- [x] [Vue Macros](https://github.com/sxzz/unplugin-vue-macros)\n- [x] [ESLint](https://eslint.org/) with [Antfu's ESLint Config](https://github.com/antfu/eslint-config)\n- [x] [Bumpp](https://github.com/antfu/bumpp) github changelog generator\n- [x] [Vitest](https://vitest.dev/)\n- [x] [Pnpm](https://pnpm.io/)\n- [x] [GitHub Actions]()\n- [x] [NPM Local Registry]()\n- [x] [Renovate]()\n\n## Usage\n\n- To use this template, click the \"Use this template\" button above.\n- Clone the repository to your local machine.\n- Run `pnpm install` to install the dependencies.\n- Run `pnpm dev` to start the development server.\n- Run `pnpm dev:build` nuxt build playground nuxt app.\n- Run `pnpm dev:prepare` nuxt build playground nuxt app prepare.\n- Run `pnpm build` to build the bundle.\n- Run `dev:prepare` to build the bundle in watch mode.\n- Run `pnpm start` to start the bundle.\n- Run `pnpm lint` to lint the code. (You can also run `pnpm lint:fix` to fix the linting errors.)\n- Run `pnpm test` to run the tests. (You can also run `pnpm test:watch` to run the tests in watch mode.)\n- Run `pnpm release` to bump the version. Terminal will ask you to select the version type. And then it will automatically commit and push the changes. GitHub Actions will automatically publish git tags. NPM local registry will automatically publish the package.\n\n## Configuration\n\n### Renovate\n\n[Setup Github App](https://github.com/apps/renovate) for Renovate.\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/oku-ui/static/sponsors/sponsors.svg\"\u003e\n    \u003cimg alt=\"sponsors\" src='https://cdn.jsdelivr.net/gh/oku-ui/static/sponsors/sponsors.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproductdevbookcom%2Fnuxt-bundle-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproductdevbookcom%2Fnuxt-bundle-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproductdevbookcom%2Fnuxt-bundle-template/lists"}