0.0.3 • Published 8 months ago

unplugin-deploy-info v0.0.3

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

unplugin-deploy-info

print some help info like vite builtin

Install

npm i -D unplugin-deploy-info
// vite.config.ts
import DeployInfo from 'unplugin-deploy-info/vite'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [
    DeployInfo({
      /* options */
    })
  ],
})

Example: playground/vite

// nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    ['unplugin-deploy-info/nuxt', {
      /* options */
    }]
  ]
})

Example: playground/nuxt

License

MIT License © 2023 Elone Hoo

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

10 months ago