{"id":29549025,"url":"https://github.com/wenwen357951/nuxt3-starter","last_synced_at":"2026-05-19T03:13:37.954Z","repository":{"id":302247894,"uuid":"997928053","full_name":"wenwen357951/nuxt3-starter","owner":"wenwen357951","description":"A Nuxt3 Starter. Nuxt3 + Tailwind + Storybook + Pinia + ESLint + Husky...","archived":false,"fork":false,"pushed_at":"2025-07-01T09:56:53.000Z","size":1049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T10:46:41.747Z","etag":null,"topics":["nuxt3","nuxt3-starter","starter","storybook","template","web"],"latest_commit_sha":null,"homepage":"","language":"MDX","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/wenwen357951.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,"zenodo":null}},"created_at":"2025-06-07T13:53:43.000Z","updated_at":"2025-07-01T10:18:19.000Z","dependencies_parsed_at":"2025-07-01T10:47:04.205Z","dependency_job_id":"87412039-a4b3-454b-baeb-cab46ea3708a","html_url":"https://github.com/wenwen357951/nuxt3-starter","commit_stats":null,"previous_names":["wenwen357951/nuxt3-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/wenwen357951/nuxt3-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenwen357951%2Fnuxt3-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenwen357951%2Fnuxt3-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenwen357951%2Fnuxt3-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenwen357951%2Fnuxt3-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenwen357951","download_url":"https://codeload.github.com/wenwen357951/nuxt3-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenwen357951%2Fnuxt3-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265676573,"owners_count":23809789,"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","nuxt3-starter","starter","storybook","template","web"],"created_at":"2025-07-17T23:00:57.446Z","updated_at":"2026-05-19T03:13:37.913Z","avatar_url":"https://github.com/wenwen357951.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt 3 Starter Kit\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/wenwen357951/nuxt3-starter/ci.yml?branch=main\u0026style=for-the-badge)](https://github.com/wenwen357951/nuxt3-starter/actions)\n[![License](https://img.shields.io/github/license/wenwen357951/nuxt3-starter?style=for-the-badge)](LICENSE)\n[![PNPM](https://img.shields.io/badge/pnpm-F69220?style=for-the-badge\u0026logo=pnpm\u0026logoColor=fff)](https://pnpm.io/)\n[![Nuxt](https://img.shields.io/badge/nuxt-00DC82?style=for-the-badge\u0026logo=nuxt\u0026logoColor=fff)](https://nuxt.com/)\n[![Storybook](https://img.shields.io/badge/storybook-FF4785?style=for-the-badge\u0026logo=storybook\u0026logoColor=fff)](https://storybook.js.org/)\n\nA comprehensive and opinionated Nuxt 3 starter kit designed to help you kickstart your next great project. It comes with industry-standard tools pre-configured to provide an excellent developer experience.\n\n---\n\n## ✨ Features\n\n- **[Nuxt 3](https://nuxt.com/)**: The latest Vue framework, offering Server-Side Rendering (SSR), Static Site Generation (SSG), and more.\n- **[TypeScript](https://www.typescriptlang.org/)**: Full TypeScript support out of the box for type safety and an enhanced developer experience.\n- **[Tailwind CSS](https://tailwindcss.com/)**: A utility-first CSS framework for rapidly building modern user interfaces.\n- **[ESLint](https://eslint.org/) \u0026 [Prettier](https://prettier.io/)**: Integrated code linting and auto-formatting to ensure a consistent codebase.\n- **[Husky](https://typicode.github.io/husky/) \u0026 [lint-staged](https://github.com/okonet/lint-staged)**: Automatically run linting and formatting before Git commits to maintain code quality.\n- **[Storybook](https://storybook.js.org/)**: A powerful tool for developing, testing, and documenting UI components in isolation.\n- **VS Code Integration**: Includes recommended extensions and settings for a seamless development workflow.\n- **Sensible Directory Structure**: Organized according to Nuxt 3 best practices.\n\n## 🛠️ Tech Stack\n\n- **Framework**: [Nuxt 3](https://nuxt.com/)\n- **UI**: [Vue 3](https://vuejs.org/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Language**: [TypeScript](https://www.typescriptlang.org/)\n- **Package Manager**: [pnpm](https://pnpm.io/)\n- **Code Quality**: [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)\n- **Git Hooks**: [Husky](https://typicode.github.io/husky/), [lint-staged](https://github.com/okonet/lint-staged)\n- **Component-Driven Development**: [Storybook](https://storybook.js.org/)\n\n## 🚀 Getting Started\n\nEnsure you have [Node.js](https://nodejs.org/) (version \u003e= 18 recommended) and [pnpm](https://pnpm.io/) installed.\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/wenwen357951/nuxt3-starter.git\ncd nuxt3-starter\n```\n\n### 2. Install Dependencies\n\nThis project uses `pnpm` as the package manager.\n\n```bash\npnpm install\n```\n\n### 3. Start the Development Server\n\nAfter running this command, your application will be available at `http://localhost:3000`.\n\n```bash\npnpm dev\n```\n\n### 4. Launch Storybook\n\nThis command will open the Storybook component library at `http://localhost:6006`.\n\n```bash\npnpm storybook:dev\n```\n\n## 📜 Available Scripts\n\nThis project includes the following scripts:\n\n| Command                | Description                                     |\n| :--------------------- | :---------------------------------------------- |\n| `pnpm dev`             | Starts the Nuxt development server.             |\n| `pnpm build`           | Builds the application for production.          |\n| `pnpm generate`        | Pre-renders the application into a static site. |\n| `pnpm preview`         | Previews the production build locally.          |\n| `pnpm lint`            | Lints the codebase for style issues.            |\n| `pnpm lint:fix`        | Automatically fixes fixable linting issues.     |\n| `pnpm storybook:dev`   | Starts the Storybook development server.        |\n| `pnpm storybook:build` | Builds Storybook as a static application.       |\n\n## 📁 Directory Structure\n\n```\n.\n├── .husky/         # Husky Git Hooks configuration\n├── .storybook/     # Storybook configuration files\n├── .vscode/        # Recommended VS Code settings\n├── src/\n│   ├── assets/       # Static assets (CSS, images)\n│   ├── components/   # Global Vue components\n│   ├── public/       # Public static assets (robots.txt, favicon.ico)\n│   ├── server/       # Server-side API and middleware\n│   └── stories/      # Storybook stories\n├── app.vue         # Main application entry point\n├── nuxt.config.ts  # Main Nuxt configuration file\n├── package.json    # Project dependencies and scripts\n└── tsconfig.json   # TypeScript configuration file\n```\n\n## 🤝 Contributing\n\nContributions are welcome! If you find a bug or have a feature suggestion, please open an [Issue](https://github.com/wenwen357951/nuxt3-starter/issues). If you'd like to contribute code, please fork the repository and submit a Pull Request.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m '''Add some AmazingFeature'''`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the [MIT](LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenwen357951%2Fnuxt3-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenwen357951%2Fnuxt3-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenwen357951%2Fnuxt3-starter/lists"}