Files
nocodb/packages/nc-gui
2026-04-15 08:26:26 +00:00
..
2026-04-15 08:26:26 +00:00
2026-04-15 08:26:26 +00:00
2026-03-18 09:48:49 +00:00
2026-04-15 08:26:26 +00:00
2026-03-31 12:55:57 +00:00
2026-04-11 08:35:28 +00:00
2026-04-01 12:50:38 +00:00
2026-03-23 22:39:51 +03:00
2026-04-07 14:06:03 +03:00
2026-02-28 10:09:38 +05:30
2026-04-02 07:59:52 +00:00

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.