Skip to content
/ starter-vue Public template
forked from nuxt-ui-templates/starter-vue

Vue Starter Template for Nuxt UI.

pi0/starter-vue

 
 

Repository files navigation

Vue Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Vue Starter Template

The starter template for Nuxt is on https://github.com/nuxt-ui-templates/starter.

Quick Start

npm create nuxt@latest -- --no-modules -t github:nuxt-ui-templates/starter-vue

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

About

Vue Starter Template for Nuxt UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Vue 74.3%
  • TypeScript 11.7%
  • HTML 7.1%
  • CSS 6.9%