2025-03-09 19:25:30 +00:00
2022-09-06 22:42:07 +05:30
2022-09-06 22:42:07 +05:30
2022-09-06 22:42:07 +05:30
2022-09-06 22:42:07 +05:30
2022-09-06 22:43:59 +05:30
2022-09-06 22:42:07 +05:30
2023-04-27 14:13:03 +00:00
2025-03-09 19:08:28 +00:00
2025-03-09 19:25:30 +00:00
2022-09-06 22:42:07 +05:30
2022-09-06 22:42:07 +05:30
2022-09-06 22:42:07 +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

###start ?

Checkout the deployment documentation for more information.

Description
No description provided
Readme 121 KiB
Languages
Vue 92.9%
JavaScript 4.1%
TypeScript 2.6%
CSS 0.4%