Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Directory-structure Nuxt 3

Look at the Nuxt 3 structure folder to learn more.

Use icons

<Icon @click="toggleMenuUser = !toggleMenuUser" name="uil:user-circle" size="24" />

Look at the Icon documentation to learn more.

Vueuse

Look at the Vueuse documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview

Check out the deployment documentation for more information.