davidjamesherzog / nuxtjs-nestjs-integration

Nuxt.js and Nest.js integration in one project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxtjs-nestjs-integration

This is a sample application that brings Nuxt.js and Nest.js together.

Build Setup

# install dependencies
$ npm install

# run tests
$ npm run test:client (client only)
$ npm run test:server (server only)
$ npm run test:e2e (end to end server tests)
$ npm run test (all)

# serve with hot reload at localhost:3000 (client) and localhost:4000 (server)
$ npm run dev:server
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how this was setup, check out this post.

About

Nuxt.js and Nest.js integration in one project


Languages

Language:Vue 38.5%Language:JavaScript 34.7%Language:TypeScript 26.8%