nuxt-oa
v1.12.1
Published
[![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href]
Downloads
54
Readme
Nuxt OA
Utilities to quickly create an API from JSON schemas. Automatically add Swagger UI route, middleware support, mongodb server, hookables, encrypted properties, timestamps, userstamps, tracked properties and UI components (form j2u)
Installation
yarn add nuxt-oa # npm i nuxt-oa
Documentation
For now see the playground folder.
Development
- Run
npm run dev:prepare
to generate type stubs. - Use
npm run dev
to start playground in development mode.