https://github.com/falstack/vite-plugin-host
vite plugin to support change dev domain
https://github.com/falstack/vite-plugin-host
vite vite-plugin
Last synced: 3 months ago
JSON representation
vite plugin to support change dev domain
- Host: GitHub
- URL: https://github.com/falstack/vite-plugin-host
- Owner: falstack
- License: mit
- Created: 2021-06-17T08:41:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T02:50:19.000Z (over 4 years ago)
- Last Synced: 2025-11-27T12:12:39.833Z (6 months ago)
- Topics: vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Plugin Host
> A vite plugin to allow you to use the custom domain for development
### Install
```sh
$ yarn add vite-plugin-host
```
### Usage
> work with `SwitchyOmega`
```javascript
import host from 'vite-plugin-host'
module.exports = {
plugins: [
// others
host()
]
}
```
### License
MIT