Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/char0n/swagger-ui-vite-dist
This repo serves as POC of integrating SwaggerUI dist fragments with vite.js + vue.js.
https://github.com/char0n/swagger-ui-vite-dist
swagger-ui vite vitejs vue vuejs2
Last synced: about 1 month ago
JSON representation
This repo serves as POC of integrating SwaggerUI dist fragments with vite.js + vue.js.
- Host: GitHub
- URL: https://github.com/char0n/swagger-ui-vite-dist
- Owner: char0n
- License: apache-2.0
- Created: 2023-05-24T09:34:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T13:35:56.000Z (10 months ago)
- Last Synced: 2024-09-27T19:03:19.607Z (about 2 months ago)
- Topics: swagger-ui, vite, vitejs, vue, vuejs2
- Language: Vue
- Homepage:
- Size: 3.15 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwaggerUI dist fragments + vite + vue.js
This repo serves as POC of integrating [SwaggerUI](https://github.com/swagger-api/swagger-ui) dist fragments with vite + vue.js.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```