{"id":19020467,"url":"https://github.com/dj0nny/nuxtjs-typescript-beginner","last_synced_at":"2026-04-08T18:07:28.343Z","repository":{"id":37697363,"uuid":"186847280","full_name":"dj0nny/nuxtjs-typescript-beginner","owner":"dj0nny","description":"A NuxtJS + Typescript app for beginners","archived":false,"fork":false,"pushed_at":"2022-12-10T00:10:18.000Z","size":2865,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-12T16:49:07.856Z","etag":null,"topics":["beginner","beginner-project","nuxt","nuxt-typescript","nuxtjs","typescript","vue","vuejs2"],"latest_commit_sha":null,"homepage":null,"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/dj0nny.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}},"created_at":"2019-05-15T14:48:42.000Z","updated_at":"2019-07-11T16:52:03.000Z","dependencies_parsed_at":"2023-01-26T01:00:59.048Z","dependency_job_id":null,"html_url":"https://github.com/dj0nny/nuxtjs-typescript-beginner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dj0nny/nuxtjs-typescript-beginner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fnuxtjs-typescript-beginner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fnuxtjs-typescript-beginner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fnuxtjs-typescript-beginner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fnuxtjs-typescript-beginner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj0nny","download_url":"https://codeload.github.com/dj0nny/nuxtjs-typescript-beginner/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fnuxtjs-typescript-beginner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["beginner","beginner-project","nuxt","nuxt-typescript","nuxtjs","typescript","vue","vuejs2"],"created_at":"2024-11-08T20:17:13.656Z","updated_at":"2026-04-08T18:07:28.316Z","avatar_url":"https://github.com/dj0nny.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxtjs-typescript-beginner\n\n[![Build Status](https://travis-ci.org/dj0nny/nuxtjs-typescript-beginner.svg?branch=develop)](https://travis-ci.org/dj0nny/nuxtjs-typescript-beginner)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/3ce989fd-7725-43c8-859c-a0eccda87a9a/deploy-status)](https://app.netlify.com/sites/gallant-ardinghelli-7be730/deploys)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)\n[![npm version](https://badge.fury.io/js/nuxt.svg)](https://badge.fury.io/js/nuxt)\n[![npm version](https://badge.fury.io/js/typescript.svg)](https://badge.fury.io/js/typescript)\n[![types](https://img.shields.io/badge/types-Typescript-blue.svg)](https://img.shields.io/badge/types-Typescript-blue.svg)\n\n\n\u003e A NuxtJS + Typescript app for beginners\n\n![](https://cdn-images-1.medium.com/max/2600/1*Pfa4uR2nDfhvjXeg6B5hrg.png)\n\n## A framework for a framework? 😕\n\nYes, __Nuxt.js__ is a framework for Vue.js that is built over Vue. Nuxt provides a lot of functionalities that are not included in Vue, for example the __server-side rendering__, the creation of __static site__ from a Vue application and you can also use Nuxt for developing single page application.\n\n## Getting Started\n\nFor this project you need [__Node__](https://nodejs.org/en/) installed on your machine with [__Npm__](https://www.npmjs.com/) or [__Yarn__](https://yarnpkg.com)\n\n### Installing\n\nYou can clone this repository using __Git__:\n```bash\ngit clone https://github.com/dj0nny/nuxtjs-typescript-beginner.git\n```\nOr download the repository [here](https://github.com/dj0nny/nuxtjs-typescript-beginner/archive/develop.zip)\n\nOpen a terminal and type, inside the root directory:\n```bash\nnpm install \n# OR\nyarn install\n```\n\nfor installing all the dependencies. At the end type, in the same folder:\n```bash\nnpm run serve\n# OR\nyarn dev\n```\nfor running the Nuxt development server. It will be up and running at this address: http://localhost:3000.\n\n## Deployed version\n\nThere is a deployed version of this repository on [Netlify](https://netlify.com) at this URL: https://gallant-ardinghelli-7be730.netlify.com/\n\n## Next Version\n\n- [x] Initial setup\n- [x] Pages and components\n- [x] Fetch data from API\n- [x] Add relations between the data\n- [x] SEO \n- [x] Deploy the app on [Netlify](https://www.netlify.com)\n\n\n## Built With\n\n* [Nuxt.js](https://nuxtjs.org/) - A Vue.js framework\n* [TypeScript](https://www.typescriptlang.org/) - Javascript based-type language\n* [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) - Typescript decorators for Vue.js components\n* [JSONPlaceholder](http://jsonplaceholder.typicode.com/) - Fake Online REST API for Testing and Prototyping \n\n## Contributing\n\nPull Requests for adding features ⇄ and ★ are welcome 😎","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fnuxtjs-typescript-beginner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdj0nny%2Fnuxtjs-typescript-beginner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fnuxtjs-typescript-beginner/lists"}