包详细信息

vite-plugin-host

falstack982MIT1.0.2

A vite plugin to allow you to use the custom domain for development

自述文件

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