pkej / nuxt3-starter

💚 Nuxt 3 Starter Template,Generate by nuxi.

Home Page:https://stackblitz.com/github/xiaoluoboding/nuxt3-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

💚 Nuxt 3 Starter Template,Generate by nuxi.

https://stackblitz.com/github/xiaoluoboding/nuxt3-starter

License:MIT License


Languages

Language:Vue 70.3%Language:TypeScript 29.7%