{"id":28238749,"url":"https://github.com/binodnepali/nuxt-with-typescript-example-template","last_synced_at":"2026-01-24T20:54:19.608Z","repository":{"id":177060929,"uuid":"559307687","full_name":"binodnepali/nuxt-with-typescript-example-template","owner":"binodnepali","description":"Nuxt3 with typescript example template.","archived":false,"fork":false,"pushed_at":"2023-12-28T21:35:26.000Z","size":713,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T02:44:38.274Z","etag":null,"topics":["nuxt-typescript","nuxt3-starter","nuxt3-template","nuxtjs-starter","nuxtjs-template"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/binodnepali.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,"zenodo":null}},"created_at":"2022-10-29T17:52:48.000Z","updated_at":"2025-01-31T08:56:13.000Z","dependencies_parsed_at":"2023-12-28T22:28:05.991Z","dependency_job_id":"95665373-530d-4a1c-ac29-e2e1f42f9dd2","html_url":"https://github.com/binodnepali/nuxt-with-typescript-example-template","commit_stats":null,"previous_names":["binodnepali/nuxt-with-typescript-example-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binodnepali/nuxt-with-typescript-example-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnuxt-with-typescript-example-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnuxt-with-typescript-example-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnuxt-with-typescript-example-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnuxt-with-typescript-example-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binodnepali","download_url":"https://codeload.github.com/binodnepali/nuxt-with-typescript-example-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnuxt-with-typescript-example-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nuxt-typescript","nuxt3-starter","nuxt3-template","nuxtjs-starter","nuxtjs-template"],"created_at":"2025-05-19T02:07:17.069Z","updated_at":"2026-01-24T20:54:19.589Z","avatar_url":"https://github.com/binodnepali.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt With Typescript Example Template\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nAn example template scaffolded using [nuxt](https://nuxt.com/docs/getting-started/installation) with typescript and [sass](https://sass-lang.com/) to start a new project.\n\n## Why this template\n\nThis template includes pre-installed plugins suchas [prettier](https://prettier.io/), [eslint](https://eslint.org/), [stylelint](https://stylelint.io/), [lint-staged](https://github.com/okonet/lint-staged), [commitlint](https://commitlint.js.org/) and [standard version](https://github.com/conventional-changelog/standard-version) which helps to maintain project code quality.\n\n## Before getting started\n\nMake sure you have installed [Node.js 18 or higher](https://nodejs.org/en/) on your machine. You can use [nvm](https://github.com/nvm-sh/nvm) to manage multiple node version on your machine.\n\n## Getting started\n\nYou can setup this project using [npm](https://docs.npmjs.com/about-npm) or [yarn](https://yarnpkg.com/getting-started) or [pnpm](https://pnpm.io/) package managers.\n\n### Clone repo\n\n```bash\n# https\ngit clone https://github.com/binodnepali/nuxt-with-typescript-example-template.git\n# or\n# ssh\ngit clone git@github.com:binodnepali/nuxt-with-typescript-example-template.git\n```\n\n### Navigate to cloned repo\n\n```bash\ncd nuxt-with-typescript-example-template\n```\n\n### Setup\n\nMake sure to install the dependencies:\n\n```bash\n# pnpm\npnpm i\n# or\n# yarn\nyarn i\n# or\n# npm\nnpm install\n```\n\n### Development Server\n\nStart the development server on [http://localhost:3000](http://localhost:3000)\n\n```bash\n# pnpm\npnpm dev\n# or\n# yarn\nyarn dev\n# or\n# npm\nnpm run dev\n```\n\n### Build\n\nBuild the application for production\n\n```bash\n# pnpm\npnpm build\n# or\n# yarn\nyarn build\n# or\n# npm\nnpm run build\n```\n\n### Preview\n\nLocally preview production build\n\n```bash\n# pnpm\npnpm i\n# or\n# yarn\nyarn preview\n# or\n# npm\nnpm run preview\n```\n\n### Lint\n\n```bash\n# pnpm\npnpm lint\n# or\n# yarn\nyarn lint\n# or\n# npm\nnpm run lint\n```\n\n### Lint fix\n\n```bash\n# pnpm\npnpm lint:fix\n# or\n# yarn\nyarn lint:fix\n# or\n# npm\nnpm run lint:fix\n```\n\n### Lint style\n\n```bash\n# pnpm\npnpm lint:style\n# or\n# yarn\nyarn lint:style\n# or\n# npm\nnpm run lint:style\n```\n\n### Lint style fix\n\n```bash\n# pnpm\npnpm lint:style:fix\n# or\n# yarn\nyarn lint:style:fix\n# or\n# npm\nnpm run lint:style:fix\n```\n\n### Commit\n\nOpen interactive terminal to write conventional commit message\n\n```bash\n# pnpm\npnpm commit\n# or\n# yarn\nyarn commit\n# or\n# npm\nnpm run commit\n```\n\n### Release\n\nCreate a release tag and generates change log based on commit history\n\n```bash\n# pnpm\npnpm release\n# or\n# yarn\nyarn release\n# or\n# npm\nnpm run release\n```\n\n## References\n\n* Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinodnepali%2Fnuxt-with-typescript-example-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinodnepali%2Fnuxt-with-typescript-example-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinodnepali%2Fnuxt-with-typescript-example-template/lists"}