0.0.6 • Published 6 months ago

vite-plugin-cli-copy v0.0.6

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

简体中文 | English

npm.io

安装

npm install vite-plugin-cli-copy -D
pnpm add vite-plugin-cli-copy -D

用法

  • package.json
{
  "scripts": {
    "dev": "vite --host"
  }
}
  • vite.config.ts
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import cliCopy from 'vite-plugin-cli-copy'

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

Thanks

非常感谢 @bluwy 的项目 vite-plugin-qrcode

许可证

MIT © wChenonly-latest

0.0.6

6 months ago

0.0.5

9 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago