/nuxt-template

My Nuxt template :3

Primary LanguageTypeScriptMIT LicenseMIT

My Nuxt Template

Features

  • Editorconfig config + vscode autoformat on save config
  • Unocss with preset uno, icons, webfonts and transformer variant group
  • Linting and formatting configured
    • Eslint
    • Eslint configured with rules to autoformat on save for nuxt/vue, unocss classes
  • Vueuse

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
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

Checkout the deployment documentation for more information.