/nuxt3-boilerplate

nuxt 3 boilerplate

Primary LanguageTypeScript

Nuxt 3 Boilerplate

a Boilerplate for nuxt 3 with support of :

Look at the nuxt 3 documentation to learn more.

Setup

Clone the project and then ,make sure to install the dependencies:

# clone project
git clone https://github.com/unknownman/nuxt3-boilerplate.git my-app

# go to project diectory and install required packages
cd my-app

# 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