Files
nocodb/packages/nc-gui
dependabot[bot] cdbf64fd10 chore(deps): bump diff from 7.0.0 to 8.0.3
Bumps [diff](https://github.com/kpdecker/jsdiff) from 7.0.0 to 8.0.3.
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/7.0.0...v8.0.3)

---
updated-dependencies:
- dependency-name: diff
  dependency-version: 8.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-14 21:37:19 +00:00
..
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03:00
2026-01-14 18:24:21 +07:00
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03:00
2026-01-13 07:25:14 +00:00
2026-01-10 00:21:02 +03:00
2026-01-12 12:54:59 +05:30
2026-01-12 17:19:28 +00:00
2026-01-14 13:22:09 +07:00
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03:00
2026-01-10 00:21:02 +03: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.