Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 786 Bytes

File metadata and controls

43 lines (27 loc) · 786 Bytes

Golden Gate Mod

Look at the Nuxt documentation to learn more.

Setup

Start by enabling Corepack (built-in Node.js tool), if it isn't already; this will add (or override) the yarn binary to your PATH:

corepack enable

Read more about Corepack here.

Make sure to install dependencies:

yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.