This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup documentation to learn more.
- VS Code
- Volar
- TypeScript Vue Plugin (Volar)
- Vetur (for Vue 2 projects)
See Vite Configuration Reference.
npm installAOS is used in this project to add smooth scroll animations to elements when they appear on screen.
npm install aosTailwind CSS is used in this project for utility-first styling.
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -pnpm run devnpm run buildLint with ESLint
npm run lint