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.
- Host: GitHub
- URL: https://github.com/amdsaad/nuxt3-start-template
- Owner: amdsaad
- Created: 2025-01-13T23:20:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:56:19.000Z (4 months ago)
- Last Synced: 2025-03-25T19:21:22.280Z (3 months ago)
- Topics: cookies-policy, googletagmanager, i18n, nuxt, nuxt-cookie, nuxt-module, nuxt-seo, nuxt-tailwindcss, nuxt-template, nuxt3, nuxtjs, recaptcha-v3, tailwindcss
- Language: Vue
- Homepage:
- Size: 2.11 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.