Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextim/vite-plugin-simple-json-server
https://github.com/alextim/vite-plugin-simple-json-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextim/vite-plugin-simple-json-server
- Owner: alextim
- License: mit
- Created: 2022-08-21T09:58:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:57:34.000Z (about 1 year ago)
- Last Synced: 2024-03-15T11:51:38.830Z (10 months ago)
- Language: TypeScript
- Size: 3.12 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Help Ukraine now!](https://raw.githubusercontent.com/alextim/help-ukraine-win-flag/master/stop-russian-agressian-help-ukraine-now-link.svg 'Help Ukraine now!')](https://war.ukraine.ua/support-ukraine/)
# vite-plugin-simple-json-server
![Release](https://github.com/alextim/vite-plugin-simple-json-server/actions/workflows/release.yaml/badge.svg) ![Test](https://github.com/alextim/vite-plugin-simple-json-server/actions/workflows/test.yaml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
Provide a file-based mock API for [Vite](https://vitejs.dev/) in dev mode.
## Directory
| Package | Release Notes |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| [vite-plugin-simple-json-server](packages/vite-plugin-simple-json-server) | [![vite-plugin-simple-json-server version](https://img.shields.io/npm/v/vite-plugin-simple-json-server.svg?label=%20)](packages/vite-plugin-simple-json-server/CHANGELOG.md) |## Examples
| Example | Source | Playground |
| ------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| basic | [GitHub](https://github.com/alextim/vite-plugin-simple-json-server/tree/main/examples/basic) | [Play Online](https://stackblitz.com/fork/github/alextim/vite-plugin-simple-json-server/tree/main/examples/basic) |
| CRUD | [GitHub](https://github.com/alextim/vite-plugin-simple-json-server/tree/main/examples/crud) | [Play Online](https://stackblitz.com/fork/github/alextim/vite-plugin-simple-json-server/tree/main/examples/crud) |## License
MIT