diff --git a/vue-solo/package.json b/vue-solo/package.json index 8a7d3a95..9d9c98ba 100644 --- a/vue-solo/package.json +++ b/vue-solo/package.json @@ -1,8 +1,8 @@ { - "name": "goodbye-webpack-building-vue-applications-without-webpack", + "name": "fantasy map generator", "version": "0.1.0", - "author": "Markus Oberlehner", - "homepage": "https://github.com/maoberlehner/goodbye-webpack-building-vue-applications-without-webpack", + "author": "Azgaar", + "homepage": "https://github.com/Azgaar/Fantasy-Map-Generator", "license": "MIT", "private": true, "scripts": { diff --git a/vue-solo/src/components/App.js b/vue-solo/src/components/App.js index 61224622..c8842a42 100644 --- a/vue-solo/src/components/App.js +++ b/vue-solo/src/components/App.js @@ -9,7 +9,7 @@ export default { }, template: `
-
+
diff --git a/vue-solo/src/components/UserList.js b/vue-solo/src/components/UserList.js index b12869a0..94bd6991 100644 --- a/vue-solo/src/components/UserList.js +++ b/vue-solo/src/components/UserList.js @@ -9,25 +9,29 @@ export default { return { users: [ { - img: `https://placeimg.com/50/50/people/1`, + img: `https://www.ffcompendium.com/jobimages/3-dragooningus-a.jpg`, name: `Knight Kentigern`, - department: `Dragoons`, - info: `A champion of Lady Menerva, you fair knight have been selected to pursue + department: `JS Dragoons`, + + info: `You, fair knight, have been selected to pursue the dragon harassing the good people of the Silver Lake district. Along with that mess, - you can aid in the effors to modernize this library and slay the 10K+ line code base.`, + you can also aid in the effors to modernize this library and slay the 10K+ line code base.`, showInfo: false, }, ], + quest: { + description: `Join our Epic Port to Vue JS!`, + }, showPeople: true, }; }, template: `
-

Heroes Wanted: Join our Epic Port to Vue JS!

+

Heroes Wanted!

  • - +
    -

    {{ user.name }}

    -

    {{ user.department }}

    +

    {{ user.name }}

    +

    {{ user.department }}

    +

    {{ quest.description }}