Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 938 Bytes

README.md

File metadata and controls

63 lines (45 loc) · 938 Bytes

Introduction

A Website for a local italian restaurant named Entrepot del Tartufo (Work in Progress).


Features

  • 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 Modules

  • Nuxt UI
  • Nuxt Color
  • Nuxt Image
  • TailwindCSS
  • Yup Form Validation

Setup

Look at the Nuxt 3 documentation to learn more.

Make sure to install the dependencies:

# npm
npm install

Development Server

Starts the development server on http://localhost:3000:

# npm
npm run dev

Production Server

Starts the production server on http://localhost:3000:

# npm
npm run build