/nest-nuxt-integration

Example of Nest Nuxt integration

Primary LanguageTypeScript

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