0.6.3 • Published 2 years ago

@sfxcode/nuxt-server v0.6.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt Mongocamp Module

Development

Setup

Install node:

Latest node LTS version required (16) Use node manager like nvm to install.

Install pnpm: https://pnpm.io/installation

Install dependencies:

pnpm install

Environment

Create .env file in playground with your MongoCamp Parameter

MONGOCAMP_URL=
MONGOCAMP_ADMIN_USER=
MONGOCAMP_ADMIN_PASSWORD=

Run

  • Run pnpm dev:prepare to generate type stubs.
  • Use pnpm dev to start playground in development mode.