roffin-tech / nuxt3-custom-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Custom Starter

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm (faster)
pnpm install

Development Server

Start the development server on http://localhost:3001

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.

About


Languages

Language:Vue 55.5%Language:TypeScript 39.3%Language:JavaScript 5.2%