Skip to content

zero4573/website

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm (--legacy-peer-deps is needed for pinia)
npm install --legacy-peer-deps

Development Server

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

npm run dev

Production

Build the application for production (this project only uses static pages):

npm run generate

Locally preview production build:

docker run --name test --rm -p 80:80 -v $(pwd)/dist:/usr/share/nginx/html/:ro nginx

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published