Files
nocodb/packages/nc-gui
2023-10-04 15:43:26 +05:30
..
2023-10-03 20:07:09 +05:30
2023-10-04 15:43:26 +05:30
2023-10-03 13:21:09 +00:00
2023-10-02 23:52:18 +05:30
2023-09-28 22:02:38 +05:30
2023-10-03 13:19:17 +00:00
2023-10-02 23:52:18 +05:30
2023-10-03 11:24:03 +08:00
2023-10-03 11:31:26 +08:00
2023-10-02 23:52:18 +05:30
2023-10-02 23:52:18 +05:30
2023-07-23 17:01:42 +08:00
2023-10-04 15:02:36 +05:30
2023-08-24 02:58:19 +05:30
2023-08-24 02:58:19 +05:30
2023-09-29 12:31:39 +05:30
2023-10-04 15:02:36 +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.