Skip to content

matifanger/nuxt3-template-basic

Repository files navigation

Nuxt 3 template - Basic Version

A basic template for Nuxt 3. No examples inside, just a clean template 🙌

Online Preview

Preview

image

More templates

Firebase Version

What's included

Nuxt 3 documentation

How to install more icon packages

Available collections here

yarn add --dev @iconify-json/[the-collection-you-want]

// example
yarn add --dev @iconify-json/mdi

// or install ALL of them
yarn add --dev @iconify/json

Setup

# yarn
yarn install

Development Server

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

# yarn
yarn dev

Check out the deployment documentation for more information.