This is a starter template for Nuxt 3 projects. It provides a basic structure to quickly get started with your Nuxt 3 application.
- Nuxt 3
- Tailwind CSS
- ESLint
- Prettier
- Strapi JS
- GSAP
- cookie-control
- Google Recaptcha
- Pinia
- Node.js (>= 20.0.0)
- npm or yarn
-
Clone the repository:
git clone git@github.com:amdsaad/nuxt3-start-template.git
-
Navigate to the project directory:
cd nuxt3-start-template
-
Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn dev
To build the project for production, run:
npm run build
# or
yarn build
After building the project, you can deploy the contents of the dist
directory to your preferred hosting service.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.