A Website for a local italian restaurant named Entrepot del Tartufo (Work in Progress).
- Layouts
- Pages / File Based Routing
- Reuable Components
- Mobile First
- Error Page
- Generalized Stylesheet
- Assets Processed by Webpack/Vite
- SEO
- Data Fetching
- Page Transitions
- Form Validation
- State Management
- Error Handling
- CMS
- Nuxt UI
- Nuxt Color
- Nuxt Image
- TailwindCSS
- Yup Form Validation
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
Starts the development server on http://localhost:3000
:
# npm
npm run dev
Starts the production server on http://localhost:3000
:
# npm
npm run build