vite-plugin-cli-copy
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

vite-plugin-cli-copy

Start the project and automatically copy the terminal's network URL

NPM version NPM Downloads

English | 简体中文

Install

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

Usage

  • 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

Great thanks to @bluwy The project of vite-plugin-qrcode

License

MIT © wChenonly-latest

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-cli-copy

Weekly Downloads

2

Version

0.0.6

License

MIT

Unpacked Size

8.95 kB

Total Files

9

Last publish

Collaborators

  • weifan