{"id":14971156,"url":"https://github.com/ryan-ahn/npm-nuxt3-starter","last_synced_at":"2025-10-26T14:31:16.934Z","repository":{"id":175271480,"uuid":"653630728","full_name":"ryan-ahn/npm-nuxt3-starter","owner":"ryan-ahn","description":"Nuxt3 프로젝트 시작을 위한 NPM 패키지","archived":false,"fork":false,"pushed_at":"2024-03-31T05:39:39.000Z","size":898,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T20:22:57.576Z","etag":null,"topics":["nuxt3","pinia","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ryan-ahn.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}},"created_at":"2023-06-14T12:23:11.000Z","updated_at":"2024-10-09T03:47:02.000Z","dependencies_parsed_at":"2023-07-26T14:57:16.426Z","dependency_job_id":"4fc4d5dd-fee2-420e-bbf4-89714532c925","html_url":"https://github.com/ryan-ahn/npm-nuxt3-starter","commit_stats":null,"previous_names":["ryan-ahn/boilerplate-nuxt3-atomic","ryan-ahn/boilerplate-project-nuxt3setup","ryan-ahn/boilerplate-frontend-nuxt3","ryan-ahn/boilerplate-nuxt3-vite","ryan-ahn/boilerplate-nuxt3-view","ryan-ahn/boilerplate-nuxt3-client","ryan-ahn/npm-nuxt3-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-nuxt3-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-nuxt3-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-nuxt3-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-nuxt3-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryan-ahn","download_url":"https://codeload.github.com/ryan-ahn/npm-nuxt3-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238347634,"owners_count":19456967,"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":["nuxt3","pinia","vite"],"created_at":"2024-09-24T13:44:47.513Z","updated_at":"2025-10-26T14:31:11.378Z","avatar_url":"https://github.com/ryan-ahn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ryan's Nuxt3 Awesome Starter\n\n\n![Author](https://img.shields.io/badge/Author-ryan-orange.svg)\n![License](https://img.shields.io/badge/License-MIT-blue.svg)\n![Last Commit](https://img.shields.io/github/last-commit/ryan-ahn/npm-nuxt3-starter)\n\n\n## Features\n- [x] ⚙️\u0026nbsp;\u0026nbsp;Small \u0026 Fast Bundler (Vite)\n- [x] 🗝️\u0026nbsp;\u0026nbsp;Typed Programming (Typescript)\n- [x] 🧩\u0026nbsp;\u0026nbsp;SSR \u0026 Page Transition (Nuxt3)\n- [x] 📚\u0026nbsp;\u0026nbsp;Composition API \u0026 Setup (Vue3)\n- [x] 🕋\u0026nbsp;\u0026nbsp;Simple Store (Pinia)\n- [x] 📙\u0026nbsp;\u0026nbsp;Use Strict Codebase (ESLint)\n- [x] 📘\u0026nbsp;\u0026nbsp;Use Strict Style (StyleLint)\n- [x] 🧵\u0026nbsp;\u0026nbsp;Built-in Component \u0026 Layout\n- [x] 🚰\u0026nbsp;\u0026nbsp;Handle Page to Middleware\n- [x] ✨\u0026nbsp;\u0026nbsp;Setting Reset Style\n- [x] ⚡️\u0026nbsp;\u0026nbsp;Setting Mixin Style\n- [x] 📍\u0026nbsp;\u0026nbsp;Absolute Path\n- [x] 📱\u0026nbsp;\u0026nbsp;Check Device\n- [x] 📫\u0026nbsp;\u0026nbsp;Page SEO\n- [ ] 🪄\u0026nbsp;\u0026nbsp;Dark Mode\n\n\n## Frameworks\n- **Bundler** : Vite\n- **SSR** : Nuxt3\n- **Core** : Vue3\n- **Store** : Pinia\n\n\n## Code Pattern\n- **assets** - static resource \u003cbr/\u003e\n- **components** - atomic stateless components \u003cbr/\u003e\n- **containers** - stateful components \u003cbr/\u003e\n- **pages** - page components(SEO) \u003cbr/\u003e\n- **public** - default public \u003cbr/\u003e\n- **plugins** - plugins \u003cbr/\u003e\n- **interface** - interfaces \u003cbr/\u003e\n- **layouts** - layouts \u003cbr/\u003e\n- **server** - ssr \u003cbr/\u003e\n- **store** - store \u003cbr/\u003e\n- **styles** - style set \u003cbr/\u003e\n- **utils** - hooks, helper, handler \u003cbr/\u003e\n\n\n## Getting Started\n### 1) Installation\n```shell\nnpx nuxt3-starter my-project\ncd my-project\n```\n### 2) Run Project\n```shell\nnpm run dev\n```\n### 3) Run Deploy\n```shell\nnpm run build\n```\n\n\n## Using with Vue3 Script Setup\n```vue\n\u003ctemplate\u003e\n  \u003ch1\u003e{{ title }}\u003c/h1\u003e\n\u003c/template\u003e\n\n\u003cscript setup lang=\"ts\"\u003e\n// use function\nconst function = () =\u003e {console.log('Hello World!')}\n// use props\nconst props = defineProps({title})\n\u003c/script\u003e\n```\n\n\n## Using with Store\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { storeToRefs } from 'pinia';\nimport useDataStore from '@store/useDataStore';\n// use store\nconst store = useDataStore();\n// use store state\nconst { data } = storeToRefs(store);\n// use store function\nstore.getData()\n\u003c/script\u003e\n```\n\n\n## Using with Mixin\n\n```scss\n.app {\n  // flex set(justify-content, align-items, flex-direction)\n  @include flexSet('center', 'center', 'row')\n\n  // box set(width, height, border-radius)\n  @include boxSet(00px, 00px, 00px)\n\n  // color set(color, background-color)\n  @include colorSet($white, $black)\n\n  // background set(url, object-fit)\n  @include backgroundSet('url', 00px)\n\n  // font set(font-size, font-weight, line-height)\n  @include fontSet(00px, 000, 00px);\n\n  // ellipsis set(line, line-height)\n  @include ellipsisSet(0, 00px)\n\n  // shadow set(length, length, blur, color, opacity)\n  @include shadowSet(0, 0, 0, $white, 0.1)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-nuxt3-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryan-ahn%2Fnpm-nuxt3-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-nuxt3-starter/lists"}