Go to file Use this template
Kar 15f970482a Update README.md 2025-03-09 19:25:30 +00:00
assets/css init 2022-09-06 22:42:07 +05:30
pages init 2022-09-06 22:42:07 +05:30
.gitignore init 2022-09-06 22:42:07 +05:30
LICENSE init 2022-09-06 22:43:59 +05:30
README.md Update README.md 2025-03-09 19:25:30 +00:00
app copy.vue init 2022-09-06 22:42:07 +05:30
nuxt.config.ts init 2022-09-06 22:42:07 +05:30
p.json nuxtui 2023-04-27 14:13:03 +00:00
package.json Update package.json 2025-03-09 19:08:28 +00:00
tailwind.config.js init 2022-09-06 22:42:07 +05:30
tsconfig.json init 2022-09-06 22:42:07 +05:30
yarn.lock init 2022-09-06 22:42:07 +05:30

README.md

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.