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.
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 4.5.11 to 5.0.3. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.3/packages/@vue/cli-plugin-babel) --- updated-dependencies: - dependency-name: "@vue/cli-plugin-babel" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| public | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| babel.config.js | ||
| CODE_OF_CONDUCT.md | ||
| component_template.vue | ||
| deploy.sh | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vue.config.js | ||
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