vue-cli-plugin-github-amplify
Version:
Vue CLI plugin that adds support for deployment via GitHub Actions to AWS Amplify
30 lines (19 loc) • 684 B
Markdown
Vue CLI plugin that adds support for deployment via GitHub Actions to AWS Amplify
Ensure you are in a project generated by Vue CLI v3. You install this plugin by running the following command:
```bash
$ vue add github-amplify
```
After adding the plugin, the file structure will be the below.
```
root
├──.github/workflows/manual.yaml
├──amplify.yaml
├──stack.yaml
```
- [aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy): Github Action that deploys AWS CloudFormation stacks
[](/LICENSE)