Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 347 Bytes

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Generate Static Files

Export the application for production:

npm run generate