1.0.9 • Published 6 years ago

vue-s3-deploy v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago