Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgbn/nuxt-oa
[BETA] Quickly create API and UI from OpenAPI Specification / JSON schema
https://github.com/morgbn/nuxt-oa
json-schema mongo-db nuxt openapi
Last synced: 27 days ago
JSON representation
[BETA] Quickly create API and UI from OpenAPI Specification / JSON schema
- Host: GitHub
- URL: https://github.com/morgbn/nuxt-oa
- Owner: Morgbn
- Created: 2023-03-10T08:21:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T17:11:50.000Z (about 1 month ago)
- Last Synced: 2024-10-09T08:49:33.210Z (28 days ago)
- Topics: json-schema, mongo-db, nuxt, openapi
- Language: TypeScript
- Homepage:
- Size: 773 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Nuxt OA
[![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]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](https://github.com/Morgbn/j2u))![image](https://user-images.githubusercontent.com/25689856/224268037-a039f545-60df-48a2-9ecc-53ec1695ffb9.png)
### Installation
```sh
yarn add nuxt-oa # npm i nuxt-oa
```## Documentation
For now see the [playground](./playground) folder.## Development
- Run `npm run dev:prepare` to generate type stubs.
- Use `npm run dev` to start [playground](./playground) in development mode.[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-oa.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/nuxt-oa
[github-actions-ci-src]: https://img.shields.io/github/actions/workflow/status/morgbn/nuxt-oa/ci.yml?style=flat-square
[github-actions-ci-href]: https://github.com/morgbn/nuxt-oa/actions
[license-src]: https://img.shields.io/npm/l/nuxt-oa.svg?style=flat-square
[license-href]: https://npmjs.com/package/nuxt-oa
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?style=flat-square&logo=nuxt.js
[nuxt-href]: https://nuxt.com