This is a project using Nuxt 3, Tailwind CSS, VueUse, GSAP, and other utilities to create an animated web application.
- Author: Serhii Kostiv
- Project Name:
nuxt-animated-app
- Framework: Nuxt 3
- Styling: Tailwind CSS
- Animations: GSAP
- Utilities:
Make sure you have Node.js installed.
-
Clone the repository:
git clone https://github.com/serhii-kostiv/nuxt-animated-app.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
The app should now be running on
http://localhost:3000
.
npm run build
: Build the application for production.npm run dev
: Start the development server.npm run generate
: Generate a static version of the site.npm run preview
: Preview the production build locally.npm run postinstall
: Prepare the app after installation (runsnuxt prepare
).