Files
Ramesh Mane c2f2c2dc0f Merge pull request #13587 from rakshith1928/fix/ai-base-builder-create-base
fix(ai): use correct activeProjectId in callAiSchemaApi
2026-04-23 13:39:40 +05:30
..
2026-03-07 13:47:22 +05:30
2025-03-05 14:51:13 +00:00
2026-03-18 09:48:49 +00:00
2026-04-22 05:59:59 +00:00
2026-04-20 11:50:09 +00:00
2026-03-31 12:55:57 +00:00
2026-04-01 12:50:38 +00:00
2026-03-23 22:39:51 +03:00
2026-04-07 14:06:03 +03:00
2026-02-28 10:09:38 +05:30
2026-04-02 07:59: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.