Skip to content

Commit

Permalink
Merge pull request #184 from rwth-acis/feature/landing-page-more-attr…
Browse files Browse the repository at this point in the history
…active

Feature/landing page more attractive
  • Loading branch information
fxjordan authored Feb 10, 2022
2 parents c79465c + debbf0b commit ae7377a
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 404 deletions.
18 changes: 18 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"vue": "^3.0.7",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.4",
"vue3-autocounter": "^1.0.6",
"vue3-markdown-it": "^1.0.7",
"vuex": "^4.0.0",
"vuex-oidc": "^3.10.2"
Expand Down
Binary file added public/feature-icons/discuss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/feature-icons/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/feature-icons/vote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import App from './App.vue';
import messages from '@intlify/vite-plugin-vue-i18n/messages';

import VueMarkdownIt from 'vue3-markdown-it';
import Vue3Autocounter from 'vue3-autocounter';

import dayjs from 'dayjs';
import localizedFormat from 'dayjs/plugin/localizedFormat';
import relativeTime from 'dayjs/plugin/relativeTime';
Expand Down Expand Up @@ -130,4 +132,6 @@ app.component("ProgressBar", ProgressBar);
app.component('Message', Message);
app.component('Timeline', Timeline);

app.component('Autocounter', Vue3Autocounter);

app.mount('#app');
Loading

0 comments on commit ae7377a

Please sign in to comment.