Skip to content

tlebeitsuk/nuxt-template

Repository files navigation

Nuxt Template

An opinionated Vue.js full-stack and typesafe starter-kit that consists of:

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Enable Volar Takeover Mode

https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode

Development Server

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

pnpm dev

Database (PostgreSQL)

docker-compose up -d

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

About

Opinionated Vue.js full-stack and typesafe starter-kit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published