Files
nocodb/packages/nc-gui
..
2025-06-23 06:51:42 +00:00
2025-06-23 15:50:41 +00:00
2025-06-23 06:51:42 +00:00
2025-06-19 03:31:01 +00:00
2025-05-23 07:01:57 +00:00
2025-06-21 12:46:54 +01:00
2025-05-22 04:52:40 +00:00
2025-06-19 03:30:52 +00:00
2025-06-13 19:34:22 +05:30
2025-06-19 03:30: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.