Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Lists

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