Files
nocodb/packages/nc-gui
2025-09-03 19:51:33 +01:00
..
2025-08-21 07:57:25 +00:00
2025-09-01 05:26:50 +00:00
2025-09-01 11:47:44 +05:30
2025-07-10 13:46:57 +00:00
2025-08-15 04:54:48 +00:00
2025-09-03 19:51:33 +01:00
2025-08-21 12:54:10 +03:00
2025-08-25 09:50:19 +00:00
2025-08-18 10:41:00 +00:00
2025-08-26 06:18:19 +00:00
2025-08-28 14:52:06 +00:00
2025-07-16 18:18:53 +00:00
2025-08-25 09:50:19 +00:00
2025-08-23 10:24:13 +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.