Files
nocodb/packages/nc-gui
2023-09-25 07:07:22 +00:00
..
2023-09-23 13:37:26 +05:30
2023-09-22 15:23:15 +00:00
2023-08-24 02:58:19 +05:30
2023-09-19 12:12:35 +00:00
2023-09-20 19:11:43 +00:00
2023-08-24 02:58:19 +05:30
2023-07-23 17:01:42 +08:00
2023-08-24 02:58:19 +05:30
2023-08-24 02:58:19 +05:30
2023-09-20 21:39:50 +05:30
2023-05-29 11:25:32 +08:00
2023-09-19 09:22:45 +05:30

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.