A simple Vue 3 + TypeScript project showcasing animated grid layouts. All animation examples are located in App.vue
.
Install the dependencies:
npm install
Run the development server:
npm run dev
- Vue 3 with Motion, NumberFlow, Tailwind
- TypeScript
- Vite
src/
├── App.vue # All grid animation examples live here
├── main.ts # Entry point
└── ...
MIT