Go to file Use this template
Kar c244b94ae8 init 2022-09-06 22:43:59 +05:30
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 init 2022-09-06 22:42:07 +05:30
app copy.vue init 2022-09-06 22:42:07 +05:30
nuxt.config.ts init 2022-09-06 22:42:07 +05:30
package.json init 2022-09-06 22:42:07 +05:30
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

Checkout the deployment documentation for more information.