Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
6f4ba6d5
Commit
6f4ba6d5
authored
Oct 12, 2020
by
Richard Blechinger
Browse files
Read version from package.json, update Tailwind config, add myself to Credits (hihi)
parent
e6b621a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Pages/Credits.vue
View file @
6f4ba6d5
...
...
@@ -54,6 +54,13 @@
Martin Lasinger
<b-badge>
gfx
</b-badge>
</li>
<li>
Richard Blechinger
<a
href=
"https://gitlab.servus.at/pretzelhands"
>
@pretzelhands
</a>
<b-badge
variant=
"primary"
>
dashboard
</b-badge>
</li>
</ul>
<p>
<b>
Graphics
&
Icons
</b><br>
...
...
src/components/Footer.vue
View file @
6f4ba6d5
...
...
@@ -3,7 +3,7 @@
<b-container>
<b-row>
<b-col>
AURA/
<b>
dashboard v
0.0.42
</b>
|
AURA/
<b>
dashboard v
{{
version
}}
</b>
|
<router-link
to=
"/credits"
>
Credits
</router-link>
|
...
...
@@ -19,6 +19,12 @@
<
script
>
export
default
{
computed
:
{
version
()
{
console
.
log
(
process
.
env
)
return
process
.
env
.
VUE_APP_VERSION
}
}
}
</
script
>
...
...
tailwind.config.js
View file @
6f4ba6d5
...
...
@@ -2,6 +2,7 @@ module.exports = {
prefix
:
'
tw-
'
,
future
:
{
removeDeprecatedGapUtilities
:
true
,
purgeLayersByDefault
:
true
,
},
theme
:
{
screens
:
{
...
...
vue.config.js
View file @
6f4ba6d5
const
CopyWebpackPlugin
=
require
(
'
copy-webpack-plugin
'
)
process
.
env
.
VUE_APP_VERSION
=
require
(
'
./package.json
'
).
version
;
module
.
exports
=
{
configureWebpack
:
{
plugins
:
[
...
...
Richard Blechinger
@pretzelhands
mentioned in issue
#52 (closed)
·
Oct 12, 2020
mentioned in issue
#52 (closed)
mentioned in issue #52
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment