/nuxt3-start-template

This is a starter template for Nuxt 3 projects. It provides a basic structure to quickly get started with your Nuxt 3 application.

Primary LanguageVue

Nuxt 3 Start Template

This is a starter template for Nuxt 3 projects. It provides a basic structure to quickly get started with your Nuxt 3 application.

Features

  • Nuxt 3
  • Tailwind CSS
  • ESLint
  • Prettier
  • Strapi JS
  • GSAP
  • cookie-control
  • Google Recaptcha
  • Pinia

Prerequisites

  • Node.js (>= 20.0.0)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone git@github.com:amdsaad/nuxt3-start-template.git
  2. Navigate to the project directory:

    cd nuxt3-start-template
  3. Install dependencies:

    npm install
    # or
    yarn install

Development

To start the development server, run:

npm run dev
# or
yarn dev

Build

To build the project for production, run:

npm run build
# or
yarn build

Deployment

After building the project, you can deploy the contents of the dist directory to your preferred hosting service.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License.