vite-plugin-host
v1.0.2
Published
> A vite plugin to allow you to use the custom domain for development
Downloads
695
Readme
Vite Plugin Host
A vite plugin to allow you to use the custom domain for development
Install
$ yarn add vite-plugin-host
Usage
import host from 'vite-plugin-host'
module.exports = {
plugins: [
// others
host()
]
}
License
MIT