An open API service indexing awesome lists of open source software.

https://github.com/amdsaad/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.
https://github.com/amdsaad/nuxt3-start-template

cookies-policy googletagmanager i18n nuxt nuxt-cookie nuxt-module nuxt-seo nuxt-tailwindcss nuxt-template nuxt3 nuxtjs recaptcha-v3 tailwindcss

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
git clone [email protected]:amdsaad/nuxt3-start-template.git
```

2. Navigate to the project directory:

```bash
cd nuxt3-start-template
```

3. Install dependencies:

```bash
npm install
# or
yarn install
```

### Development

To start the development server, run:

```bash
npm run dev
# or
yarn dev
```

### Build

To build the project for production, run:

```bash
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.