0.0.8 • Published 1 year ago

vite-plugin-ftp v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

vite-plugin-ftp

a simple useful vite ftp plugin, based on ftp-deploy, upload your dist file after vite build.

install

> npm i vite-plugin-ftp --save-dev

usage

// vite.config.ts
import vitePluginFtp from 'vite-plugin-ftp'

export default {
  plugins: [
    vitePluginFtp({
        host: '127.0.0.1',
        port: 21,
        remoteDir: '/www/wwwroot',
        user: 'root',
        password: '123456',
    })
  ]
}
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago