1.0.9 • Published 7 years ago

vue-s3-deploy v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Vue S3 Deploy

This package provides a quick utility to upload Vue applications that are deployed as static web pages on Aws S3

Qualifiers:

  • dist package expected
  • dist/index.html must exist

Installation

yarn add -D vue-s3-deploy

or

npm install --save-dev vue-s3-deploy

Usage

Accepts the bucket name as the sole argument. Place a deploy script in your package.json. Here is an example:

"scripts": {
  "deploy": "rm -rf dist && yarn build && yarn vueS3Deploy <my-bucket>",
  "start": "yarn dev",
  "build": "node build/build.js"
},
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago