Skip to content

c-owner/nuxt3-tailwindcss-starter

Repository files navigation

Nuxt3 스타터 템플릿

Nuxt3 정식 릴리즈 버전으로 typescript를 사용하고, eslint, prettier 등 개발에 필요한 모듈들과 VueJS, NuxtJS 개발에 필요한 기타 필수 요소 모듈들 적용해봅니다.

Connect with me

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

Check out the deployment documentation for more information.

About

Nuxt3, TailwindCSS, eslint, prettier로 세팅한 시작용 템플릿

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published