Skip to content

airRnot1106/nuxt-template-v2

Repository files navigation

nuxt-template-v2

Nuxt3+ESLint+Prettier+TailwindCSS template

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

yarn run dev

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Check out the Qiita for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published