Skip to content

nuxt3 ts sass unocss i18n stylelint16 eslint9 prettier3 commitlint19 husky9 volta

License

Notifications You must be signed in to change notification settings

yimicat/nuxt3-template

Repository files navigation

Nuxt3 Template

Look at the Nuxt3 documentation to more.

Skills

Nuxt3 unocss @nuxtjs/i18n sass

stylelint eslint commitlint prettier husky volta

Install

pnpm install

Development Server

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Deployment

Check out the deployment documentation for more information.