vue-cli-plugin-github-amplify

Vue CLI plugin that adds support for deployment via GitHub Actions to AWS Amplify


Keywords
Vue, Vue CLI, plugin, github, AWS, Amplify
License
MIT
Install
npm install vue-cli-plugin-github-amplify@0.1.1

Documentation

vue-cli-plugin-github-amplify

Vue CLI plugin that adds support for deployment via GitHub Actions to AWS Amplify

Overview

Ensure you are in a project generated by Vue CLI v3. You install this plugin by running the following command:

# Install vue-cli-plugin-github-amplify
$ vue add github-amplify

After adding the plugin, the file structure will be the below.

root
├──.github/workflows/manual.yaml
├──amplify.yaml
├──stack.yaml

Related Projects

License

MIT