FEZLanding-Counter is a lightweight and efficient Nuxt 3 project designed to provide an interactive counter for tracking events, users, or any other custom data.
- ⚡ Fast & Lightweight – Built with Nuxt 3 for optimal performance.
- 🎨 Modern UI – Seamlessly integrates with any frontend.
- 🔧 Customizable – Easily modify counters to fit your needs.
- 🚀 Production-Ready – Optimized for smooth deployment.
Make sure you have Node.js installed, then install dependencies:
# Using npm
npm install
# Using pnpm
pnpm install
# Using yarn
yarn install
Start the local development server:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Access the project at http://localhost:3000
.
To build and serve the app for production:
# Build for production
npm run build
pnpm run build
yarn build
# Preview production build
npm run preview
pnpm run preview
yarn preview
For deployment instructions, check out the Nuxt Deployment Guide.
This project is licensed under the Apache License 2.0.