Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 708 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 708 Bytes

Demo Wombat

Nuxt3 demo for use with wombat

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

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

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Locally preview production build:

# yarn
yarn preview

# npm
npm run preview

Checkout the deployment documentation for more information.