Skip to content

Start the project and automatically copy the network url

License

Notifications You must be signed in to change notification settings

wChenonly/vite-plugin-cli-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2023
3661c85 ยท Nov 24, 2023

History

20 Commits
Jul 12, 2023
Jul 12, 2023
Nov 24, 2023
Jul 13, 2023
Jul 13, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Nov 24, 2023
Nov 24, 2023
Jul 12, 2023
Jul 12, 2023

Repository files navigation

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

About

Start the project and automatically copy the network url

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published