1.0.3 • Published 2 years ago

@hike/init v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

针对 vite 而写的一个 mock 数据插件

使用方式

import { mockPlugin } from "@hike/vite_plugin";
{
  ...
    plugins: [
      vue(),
      mockPlugin({
        mockDirectory: "mock",
        mockFileExtension: ".js",
        closeProxy?: false // 全局关闭代理
      })
    ]
  ...
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago