tymon42 / nuxt-template

A template for LEAPERone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt3 Template

Look at the Nuxt 3 documentation to learn more.

Features

You can easily add more modules to project by using the Nuxt DevTools.

Setup

Make sure to install the dependencies:

pnpm i

Nuxt DevTools (Recommended, and enabled by default)

Enable the Nuxt DevTools:

npx nuxi@latest devtools enable

Disable the Nuxt DevTools:

npx nuxi@latest devtools disable

Check out the Nuxt DevTools documentation to learn more.

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

About

A template for LEAPERone.


Languages

Language:Vue 53.9%Language:TypeScript 25.0%Language:JavaScript 14.1%Language:CSS 7.0%