{"id":13596943,"url":"https://github.com/typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate","last_synced_at":"2025-04-10T01:11:47.068Z","repository":{"id":38988380,"uuid":"195953520","full_name":"typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate","owner":"typescript-nuxtjs-boilerplate","description":":bento: Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example","archived":false,"fork":false,"pushed_at":"2025-04-04T00:14:31.000Z","size":11843,"stargazers_count":60,"open_issues_count":31,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T01:11:38.844Z","etag":null,"topics":["docker","docker-compose","eslint","gtm","jest","nuxtjs","pug","scss","sentry","typescript","vee-validate","vue-awesome-swiper","vue-lazyload","vue-scrollto","vuejs","vuex"],"latest_commit_sha":null,"homepage":"https://typescript-nuxtjs-boilerplate-docs.netlify.com/","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/typescript-nuxtjs-boilerplate.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-07-09T07:14:48.000Z","updated_at":"2025-01-08T13:46:53.000Z","dependencies_parsed_at":"2023-10-02T03:43:48.415Z","dependency_job_id":"4c27d6e8-9c23-45b6-b758-a221a98dc673","html_url":"https://github.com/typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate","commit_stats":{"total_commits":348,"total_committers":3,"mean_commits":116.0,"dds":"0.054597701149425304","last_synced_commit":"785ffd78535b9cefdef3603f391bd6f4d42a2fc6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typescript-nuxtjs-boilerplate","download_url":"https://codeload.github.com/typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137888,"owners_count":21053775,"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":["docker","docker-compose","eslint","gtm","jest","nuxtjs","pug","scss","sentry","typescript","vee-validate","vue-awesome-swiper","vue-lazyload","vue-scrollto","vuejs","vuex"],"created_at":"2024-08-01T16:02:59.292Z","updated_at":"2025-04-10T01:11:47.046Z","avatar_url":"https://github.com/typescript-nuxtjs-boilerplate.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# :bento: typescript-nuxtjs-boilerplate\n\n`typescript-nuxtjs-boilerplate` は **Nuxt.js** で **TypeScript** を使うためのボイラープレートになります 🦑\n\n\u003cimg src=\"internals/images/header.png\" width=\"100%\" /\u003e\n\nExample url: [https://typescript-nuxtjs-boilerplate.netlify.com/example](https://typescript-nuxtjs-boilerplate.netlify.com/example)\n\n---\n\n## ⛑ Requirements\n\n* Node.js v10+ おすすめは `v10.16.0` です\n\n## 💾 Install\n\nFirst, clone the repo via git:\n\n`git submodule` でサンプルを書いているので、以下のように `git clone` してください\n\n```bash\n$ git clone --recursive git@github.com:typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate.git\n```\n\n### Install yarn\n\n**for mac**  \n\n```bash\n$ brew install yarn\n```\n\n**for windows**  \n\n```sh\n# for Windows (with Chocolatey)\n$ choco install yarn\n```\n\n[Use installer](https://yarnpkg.com/lang/en/docs/install/#windows-tab)\n\n### Install dependencies\n\nUsing yarn:\n\n```bash\nyarn install\n```\n\n## 🔌 Serve with hot reload at localhost:4000\n\nNuxt のデフォルトのポートは `3000` ですが、他のプロセスにバッティングするケースが多いので、 `4000` にしています\n\n```bash\n$ yarn run dev\n```\n\nor\n\n`local` は `dev` のエイリアスです\n\n```bash\n$ yarn run local\n```\n\nand run mock server for examples\n\nそしてモックサーバーも別のプロセスとして起動させます\n\n```bash\n$ node ./tools/server.js\n```\n\n`5000` 番ポートで起動します\n\n## 🕹 Build for production on docker and launch server\n\n本番用の `docker` ビルドは以下になります\n\n```bash\n$ yarn run build:docker\n$ yarn start\n```\n\n## 💻 Build for production and `SPA mode`\n\n```bash\n$ yarn run build:static\n```\n\nIt will be published in the `dist` directory\n\nFor detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).\n\n## :blue_book: Example Links\n\n[サンプル集 - typescript-nuxtjs-boilerplate-docs](https://typescript-nuxtjs-boilerplate-docs.netlify.com/#/nuxt/examples)\n\n## 🖥 npm-scripts\n\n[npm scriptsの解説 - typescript-nuxtjs-boilerplate-docs](https://typescript-nuxtjs-boilerplate-docs.netlify.com/#/nuxt/npm-scripts)\n\n## 📚 Docs\n\n`typescript-nuxtjs-boilerplate` のドキュメントです [docs and guides here](https://typescript-nuxtjs-boilerplate-docs.netlify.com/#/)\n\n## ⚙️ Maintainers\n\n- [hisasann](https://github.com/hisasann)\n\n## 🍜 License\n\nMIT © [hisasann](https://github.com/hisasann)\n\n\u003ca href=\"https://twitter.com/hisasann\"\u003e\u003cimg src=\"https://badgen.net/twitter/follow/hisasann\" alt=\"twitter\"\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypescript-nuxtjs-boilerplate%2Ftypescript-nuxtjs-boilerplate/lists"}