Skip to content

chex0v/nest-nuxt-integration

 
 

Repository files navigation

Nest.js Nuxt.js integration

Easy to use Nest.js and Nuxt.js integration

Build Setup

# install dependencies
$ npm install

# serve together with hot reloading at port 3000
$ npm run dev

# or serve separately with hot reloading at port 3000 and 3001 
$ npm run dev:server
$ npm run dev:client

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

About

Example of Nest Nuxt integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.8%
  • Vue 41.2%