Git Product home page Git Product logo

nuxt3-awesome-starter's Introduction

Alpine

Nuxt 3 Awesome Starter

npm NPM npm

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

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 .demo to see how to use this template with nuxt layer.
this is a simple way to use this template :

  • create a new fresh nuxt 3 project with pnpm dlx nuxi@latest init my-app
  • install nuxt awesome deps pnpm add @nuxt-awesome/theme
  • add extends: '@nuxt-awesome/theme' on your nuxt.config.ts file
    # nuxt.config.ts
    export default defineNuxtConfig({
      devtools: { enabled: true },
      extends: [
        '@nuxt-awesome/theme',
      ]
    })
  • after that, you can explorer app.config.ts to see what you can change on this template.
  • remove your app.vue in root project if you want to use our nuxt awesome as root layout.

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

nuxt3-awesome-starter's People

Contributors

viandwi24 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.