Skip to content

6vnar/nuxt3-awesome-starter

 
 

Repository files navigation

Nuxt 3 Awesome Starter

a Nuxt 3 starter template with a lot of useful features, integrated with TailwindCSS 3. Easy use and implemented in Nuxt Layer, you can extend this template with zero config.
Nuxt Awesome Starter v2 brings many changes, separating core component apps and main business logic into the /app folder. and also provides the option to also be integrated with the nuxt layer to make it easier to bring all of our Awesome features and components to your project.

NOTES

  • This Project using "pnpm" as package manager
  • this is Nuxt 3 Awesome Starter V2, you can check V1 in this link
  • still under development

Preview

Preview
Preview Preview


Live Demo

Open In Code Sandbox
Open In Stackblitz

Features

To Dos

  • Nuxt Layer Support
  • Nuxt Awesome Modules Core
    • create modules ~/modules/awesome.ts
  • Adding Pinia
    • auto import "defineStore" as "definePiniaStore"
    • auto import folder "stores"
  • Eslint & Prettier
  • 🌙 Theme Switcher (light, dark, system)
  • 🇮🇩 Language Switcher
  • Awesome Components
    • Card
    • Content (@nuxt/content bridge)
    • Form
      • Text Input
      • Switch
    • Action
      • Button
      • Link
    • Tabs
    • Pages
      • Welcome
      • Error
    • Action Sheet
    • Alert Banner
    • Modal
    • Toast

Getting Started

Installation

to use Nuxt Awesome Starter you can choose one of the following options:

  • using nuxt layer
  • using direct clone

Using with Nuxt Layer (Simple Way)

nuxt 3 have a new feature called "Nuxt Layer", with this feature you can create a new project with a template that has been provided by the community. you can see on examples/starter to see how to use this template with nuxt layer.
this is a simple way to use this template, because you just create a new fresh nuxt 3 project and then just add extends: 'github:viandwi24/nuxt3-awesome-starter' on your nuxt.config.ts file.
after that, you can explorer app.config.ts to see what you can change on this template.

Using with Direct Clone

you can direct to clone this repository and just make change on app/ folder as your main project folder.

  • clone this repository
    git clone https://github.com/viandwi24/nuxt3-awesome-starter
  • install dependencies
    pnpm install
  • run development server
    pnpm dev

About

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 76.0%
  • TypeScript 21.4%
  • SCSS 2.6%