Look at Nuxt docs and Nuxt UI docs to learn more.
Minimal and versatile 4-in-1 template that captures the vibrant essence of each season with its unique and colorful designs.
Perfect for freelancers, artists, and photographers looking to showcase a visually striking portfolio, this template blends aesthetics with functionality. Its intuitive interface allows users to create and customize their websites effortlessly.
Made with ❤️ by Eco Development Studios
- Pages: 4
- Sections: 4
- Components: ~25
- 💚 Nuxt 3 - Open source framework that makes web development intuitive and powerful.
- 🎛 Nuxt UI - A UI Library for Modern Web Apps.
- 🏞️ Nuxt Image - Plug-and-play image optimization for Nuxt apps.
- 🎨 TailwindCSS - A utility-first CSS framework packed with classes.
- 😀 Heroicons - Integration with Heroicons.
- ⚡️ Vite - Powered by Vite, instant HMR.
- 🦾
<script setup lang="ts">
syntax with TypeScript support.
- Price: Free
- Released date: 07/08/24
- Version: 0.1
- Tech Stack: Nuxt 3, Nuxt UI & TailwindCSS
- Category: SaaS
- Page Speed: 90 / 100 / 100 / 90
- Compatibility: Chrome, Firefox, Safari, Brave, Arc, Edge
The components that are used are inside the components
folder and each one is used in the app.vue
file.
# src/components/
- Component1 (SFC a.k.a .vue file)
- Component2 (SFC a.k.a .vue file)
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Check out the deployment documentation for more information.