hnviradiya / NestWithVue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Vue 45.0%Language:TypeScript 38.2%Language:HTML 8.6%Language:JavaScript 8.2%