/nuxt3-starter

💚 Nuxt 3 Starter Template,Generate by nuxi.

Primary LanguageVueMIT LicenseMIT

Nuxt 3 Starter

A better nuxt3 starter template

Features

Use the Template

GitHub Template

create a repo from this template on GitHub

Clone to local

$> npx degit xiaoluoboding/nuxt3-starter my-nuxt3-app
$> cd my-nuxt3-app
$> yarn install

Setup

Installation

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.