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

hnviradiya/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

Languages

  • Vue 45.0%
  • TypeScript 38.2%
  • HTML 8.6%
  • JavaScript 8.2%