This is a small website to make managing polls easier for Twitch to prevent the Twitch modal from having to load every time you want to make a new poll.
Find a file
dependabot[bot] e4cd3e7653
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

Updates `vue-template-compiler` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 23:05:21 +00:00
.github Initial commit 2021-11-29 17:04:26 -06:00
public Initial commit 2021-11-29 17:04:26 -06:00
src Initial commit 2021-11-29 17:04:26 -06:00
.eslintrc.js Initial commit 2021-11-29 17:04:26 -06:00
.gitignore Initial commit 2021-11-29 17:04:26 -06:00
babel.config.js Initial commit 2021-11-29 17:04:26 -06:00
CODE_OF_CONDUCT.md Initial commit 2021-11-29 17:04:26 -06:00
component_template.vue Initial commit 2021-11-29 17:04:26 -06:00
deploy.sh Initial commit 2021-11-29 17:04:26 -06:00
LICENSE Initial commit 2021-11-29 17:04:26 -06:00
package-lock.json Bump vue and vue-template-compiler 2021-11-29 23:05:21 +00:00
package.json Bump vue and vue-template-compiler 2021-11-29 23:05:21 +00:00
pnpm-lock.yaml Initial commit 2021-11-29 17:04:26 -06:00
README.md Initial commit 2021-11-29 17:04:26 -06:00
vue.config.js Initial commit 2021-11-29 17:04:26 -06:00

Contributing:

I appreciate any and all pull requests, so long as they follow the below guidelines that I have set:

  • Indentation must be tabs. If you use spaces in your PR, it will not get merged until fixed.
  • Naming of constants is in SCREAMING_SNAKE_CASE
  • File and component names are in CapitalCamel
  • Naming of everything else is in snake_case
  • Component names should be as short as possible, while still maintaining a high level of clarity as to what it is.
  • If in doubt about something, open an issue, or comment on an already existing, related issue mentioning @Oliver-Akins