Skip to content

A small app demonstrating serving a Vue site from a Nest backend.

Notifications You must be signed in to change notification settings

ZakMiller/NestWithVue

Repository files navigation

Description

A sample demonstrating serving a VueJS website from a NestJS backend.

Installation

$ npm install
# Install Vue dependencies
$ cd client && npm i && cd ..
$ npm run build --prefix client

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Additional Info

About

A small app demonstrating serving a Vue site from a Nest backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published