Skip to content

Commit

Permalink
feat(About): About page added. Closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Aug 8, 2020
1 parent e24eef6 commit ca6c5d0
Show file tree
Hide file tree
Showing 11 changed files with 340 additions and 29 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 📈 LIST OF CHANGES FOR WEREWOLVES ASSISTANT WEB

## 1.0.0-beta.2 (2020-08-03)

### 🚀 New features

* `About` page added with a lot of useful information.

### 🌟 Enhancements

* Pick-up line added on Home page for explaining the concept of Werewolves Assistant.

### 📚 Documentation

* Links for [Werewolves Assistant API](https://github.com/antoinezanardi/werewolves-assistant-api) and demos on `README.md` open now a new tab when clicked.

### 📦 Packages

* `vue-github-buttons` installed with version `3.1.0`.
* `bootstrap` updated to version `4.5.2`.
* `sass-loader` updated to version `9.0.3`.
* `vue-router` updated to version `3.4.2`.

---

## 1.0.0-beta.1 (2020-08-03)

### 🚀 New features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
[![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](https://GitHub.com/antoinezanardi/werewolves-assistant-web)

## 🐺 Description
Werewolves Assistant Web is a Vue web app using the [Werewolves Assistant API](https://github.com/antoinezanardi/werewolves-assistant-api).
Werewolves Assistant Web is a Vue web app using the <a href="https://github.com/antoinezanardi/werewolves-assistant-api" target="_blank">Werewolves Assistant API</a>.
Thanks to this app, being the game master of the Werewolves of Millers Hollow game is so easy ! Try it out now with live demos below.

## 🌻 Live demos
Two environments are set up:
* **Sandbox**: https://sandbox.werewolves-assistant.antoinezanardi.fr
* **Production**: https://werewolves-assistant.antoinezanardi.fr
* **Sandbox**: <a href="https://sandbox.werewolves-assistant.antoinezanardi.fr" target="_blank">Join here</a>
* **Production**: <a href="https://werewolves-assistant.antoinezanardi.fr" target="_blank">Join here</a>

For your tests, please use the **Sandbox URL**.

Expand Down
52 changes: 39 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "werewolves-assistant-web",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"scripts": {
"start": "npm run serve",
Expand All @@ -18,23 +18,24 @@
"@sentry/integrations": "^5.20.1",
"animate.css": "^4.1.0",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"bootstrap": "^4.5.2",
"epic-spinners": "^1.1.0",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"qs": "^6.9.4",
"sass-loader": "^9.0.2",
"sass-loader": "^9.0.3",
"sweetalert2": "^9.17.1",
"uniqid": "^5.2.0",
"v-tooltip": "^2.0.3",
"vee-validate": "^3.3.8",
"vue": "^2.6.11",
"vue-flip": "^1.0.2",
"vue-github-buttons": "^3.1.0",
"vue-i18n": "^8.20.0",
"vue-roller": "^1.12.3",
"vue-router": "^3.2.0",
"vue-router": "^3.4.2",
"vue-select": "^3.10.7",
"vue-toasted": "^1.1.28",
"vuex": "^3.5.1"
Expand Down
1 change: 1 addition & 0 deletions src/assets/scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "../../../node_modules/animate.css/animate.min.css";
@import "../../../node_modules/@fortawesome/fontawesome-free/css/all.min.css";
@import "../../../node_modules/vue-github-buttons/dist/vue-github-buttons.min.css";

@import "colors";
@import "all";
Expand Down
Loading

0 comments on commit ca6c5d0

Please sign in to comment.