Files
nocodb/packages/nc-gui
Mert E. dcf39a08b9 feat: single query command palette & dedicated cache (#9522)
* feat: single query command palette & dedicated cache

* fix: duplicate selection

* fix: hide mm tables from cmdk

* feat: load cmdK on demand
2024-09-20 18:22:05 +05:30
..
2024-09-03 04:17:09 +05:30
2024-08-27 07:23:44 +00:00
2024-08-14 15:32:19 +05:30
2024-08-29 06:43:38 +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.