bang/frontend
dependabot[bot] bb3b66a182 Bump eslint from 8.35.0 to 8.36.0 in /frontend
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.36.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 23:02:58 +01:00
..
public migrate vue-cli to vite 2023-02-10 16:15:28 +00:00
src add translation of base game 2023-03-12 12:24:18 +00:00
.gitignore started working on frontend 2020-11-19 21:34:25 +01:00
Dockerfile add docker 2020-11-21 17:37:42 +01:00
index.html migrate vue-cli to vite 2023-02-10 16:15:28 +00:00
package.json Bump eslint from 8.35.0 to 8.36.0 in /frontend 2023-03-23 23:02:58 +01:00
README.md fix game not ending on sheriff death 2021-03-01 17:10:54 +01:00
vite.config.js migrate vue-cli to vite 2023-02-10 16:15:28 +00:00
vue.config.js fix service worker 2023-01-27 19:27:41 +00:00
yarn.lock Bump eslint from 8.35.0 to 8.36.0 in /frontend 2023-03-23 23:02:58 +01:00

Bang Frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.