1.0.5 • Published 9 months ago

vite-plugin-not-found v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

中文 | English

更适合与华通云开发工具搭配使用

Microsoft Store 下载

使用文档

安装

pnpm add vite-plugin-not-found
yarn add vite-plugin-not-found
npm i vite-plugin-not-found

在您的 vite.config.tsvite.config.js 中添加插件:

// vite.config.ts
import { defineConfig } from 'vite'
import vitePluginNotFound from 'vite-plugin-not-found'

export default defineConfig({
  plugins: [
    vitePluginNotFound(),
  ],
})

许可证

MIT License © 2024 xkloveme

1.0.5

9 months ago

1.0.4

9 months ago

1.0.1

9 months ago