{"id":15170833,"url":"https://github.com/hisasann/typescript-nuxtjs-boilerplate","last_synced_at":"2025-10-01T05:30:56.949Z","repository":{"id":136895514,"uuid":"172856952","full_name":"hisasann/typescript-nuxtjs-boilerplate","owner":"hisasann","description":"Deprecated: :bento: Nuxt.js with TypeScript and Run with docker and docker-compose","archived":true,"fork":false,"pushed_at":"2019-07-09T08:05:31.000Z","size":11604,"stargazers_count":51,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-01T06:36:33.748Z","etag":null,"topics":["axios","docker","docker-compose","eslint","gtm","jest","nuxtjs","pug","scss","sentry","typescript","vee-validate","vue-awesome-swiper","vue-lazyload","vuejs","vuex"],"latest_commit_sha":null,"homepage":"https://typescript-nuxtjs-boilerplate.netlify.com/example","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/hisasann.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-02-27T06:28:53.000Z","updated_at":"2023-09-08T17:50:53.000Z","dependencies_parsed_at":"2023-04-14T01:31:02.437Z","dependency_job_id":null,"html_url":"https://github.com/hisasann/typescript-nuxtjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Ftypescript-nuxtjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Ftypescript-nuxtjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Ftypescript-nuxtjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisasann%2Ftypescript-nuxtjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hisasann","download_url":"https://codeload.github.com/hisasann/typescript-nuxtjs-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234827057,"owners_count":18892884,"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":["axios","docker","docker-compose","eslint","gtm","jest","nuxtjs","pug","scss","sentry","typescript","vee-validate","vue-awesome-swiper","vue-lazyload","vuejs","vuex"],"created_at":"2024-09-27T08:23:33.882Z","updated_at":"2025-10-01T05:30:56.060Z","avatar_url":"https://github.com/hisasann.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This repository has been moved to:\n## \u003chttps://github.com/typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate\u003e\n\n# :bento: typescript-nuxtjs-boilerplate\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## 💾 Install\n\n**Note: requires node version \u003e= 8.10.0 and npm version \u003e= 5.6.0**\n\nFirst, clone the repo via git:\n\n```bash\n$ git clone --recursive git@github.com:hisasann/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[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\nUsing npm:\n\n```bash\nnpm install\n```\n\n## Run sample server at localhost:5000\n\n```bash\n$ node ./tools/server.js\n```\n\n## 🔌 Serve with hot reload at localhost:4000\n\n```bash\n$ yarn run dev\n```\n\nor\n\n```bash\n$ yarn run local\n```\n\nand run mock server for examples\n\n```bash\n$ node ./tools/server.js\n```\n\n## Build for production on docker and launch server\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- [/example root directory](https://typescript-nuxtjs-boilerplate.netlify.com/example)\n- [sign-in](https://typescript-nuxtjs-boilerplate.netlify.com/example/auth/sign-in)\n  * [nuxt/example-auth0: A simple example that shows how to use Nuxt.js with Auth0.](https://github.com/nuxt/example-auth0)\n- [sign-out](https://typescript-nuxtjs-boilerplate.netlify.com/example/auth/sign-out)\n- [ajax color(pattern1)](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/color)\n  * [Introduction - Axios Module](https://axios.nuxtjs.org/)\n- [ajax schema(pattern2)](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/schema)\n- [post custom http headers](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/custom-http-headers)\n- [routing custom path(pattern1)](https://typescript-nuxtjs-boilerplate.netlify.com/example/c-01/e-02/)\n- [routing custom path(pattern2)](https://typescript-nuxtjs-boilerplate.netlify.com/example/d-03/f-04/)\n- [assets and static](https://typescript-nuxtjs-boilerplate.netlify.com/example/assets-and-static)\n- [basic todo example](https://typescript-nuxtjs-boilerplate.netlify.com/example/todos)\n- [vue life cycle](https://typescript-nuxtjs-boilerplate.netlify.com/example/life-cycle)\n- [use plugin](https://typescript-nuxtjs-boilerplate.netlify.com/example/use-plugin)\n  * [プラグイン - Nuxt.js](https://ja.nuxtjs.org/guide/plugins/)\n- [custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/custom-head)\n- [async custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/async-custom-head)\n- [send http api in vuex](https://typescript-nuxtjs-boilerplate.netlify.com/example/api)\n- [get parameters](https://typescript-nuxtjs-boilerplate.netlify.com/example/search/?hoge=foo\u0026bar=fuga)\n- [image lazy load](https://typescript-nuxtjs-boilerplate.netlify.com/example/img-lazy-load)\n  * [hilongjw/vue-lazyload: A Vue.js plugin for lazyload your Image or Component in your application.](https://github.com/hilongjw/vue-lazyload)\n  * [Nuxt.jsでdata-src='~assets/lemon-sour.png'をrequire変換する方法 - DJ lemon-Sour's diary (prod.hisasann)](https://hisasann.github.io/2019/03/11/how-to-convert-data-src-to-require-in-nuxt/)\n- [extend css class](https://typescript-nuxtjs-boilerplate.netlify.com/example/extend-css-class)\n- [external include file](https://typescript-nuxtjs-boilerplate.netlify.com/include/)\n- [dynamic import](https://typescript-nuxtjs-boilerplate.netlify.com/example/dynamic-import)\n- [using user agent on ssr and csr](https://typescript-nuxtjs-boilerplate.netlify.com/example/user-agent)\n- [i18n](https://typescript-nuxtjs-boilerplate.netlify.com/example/i18n)\n  * [kazupon/vue-i18n: Internationalization plugin for Vue.js](https://github.com/kazupon/vue-i18n)\n- [animation - animejs](https://typescript-nuxtjs-boilerplate.netlify.com/example/animejs)\n  * [juliangarnier/anime: JavaScript animation engine](https://github.com/juliangarnier/anime)\n- [now utc offset with moment](https://typescript-nuxtjs-boilerplate.netlify.com/example/now-utcoffset)\n  * [moment/moment: Parse, validate, manipulate, and display dates in javascript.](https://github.com/moment/moment)\n- [vue-carousel](https://typescript-nuxtjs-boilerplate.netlify.com/example/vue-carousel)\n  * [SSENSE/vue-carousel: A flexible, responsive, touch-friendly carousel for Vue.js](https://github.com/SSENSE/vue-carousel)\n- [vue-awesome-swiper](https://typescript-nuxtjs-boilerplate.netlify.com/example/vue-awesome-swiper)\n  * [surmon-china/vue-awesome-swiper: 🏆 Swiper component for @vuejs](https://github.com/surmon-china/vue-awesome-swiper)\n- [audio](https://typescript-nuxtjs-boilerplate.netlify.com/example/audio)\n- [video](https://typescript-nuxtjs-boilerplate.netlify.com/example/video)\n  * [Nuxt.jsでvideoタグを使うときのfile-loader奮闘記 - DJ lemon-Sour's diary (prod.hisasann)](https://hisasann.github.io/2019/06/17/how-to-use-the-video-tag-in-nuxt/)\n- [server-side-set-cookie](https://typescript-nuxtjs-boilerplate.netlify.com/example/server-side-set-cookie)\n- [type safe vuex](https://typescript-nuxtjs-boilerplate.netlify.com/example/type-safe-vuex)\n  * TypeScript annotation\n- [counter with typesafe](https://typescript-nuxtjs-boilerplate.netlify.com/example/counter)\n  * [@lollipop-onl/vuex-typesafe-helper - npm](https://www.npmjs.com/package/@lollipop-onl/vuex-typesafe-helper)\n\n## 📚 Docs\n\nSee our [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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisasann%2Ftypescript-nuxtjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhisasann%2Ftypescript-nuxtjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisasann%2Ftypescript-nuxtjs-boilerplate/lists"}