Skip to content

Commit

Permalink
Closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Oct 17, 2018
2 parents be7d122 + 6a5e529 commit 3eff056
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ I'd say it's the reference right now, like parceljs on steroids for vuejs.

I can't say the same about vuex modules.

It's probably because I'm using class decorators and typescript, but namespacing doesn't quite feel right.
It's probably because I'm using class decorators and typescript, but namespacing doesn't feel quite right.

Hopefull vue 3.x will improve in that aspect.
Hopefully vue 3.x will improve in that aspect.

### 3rd Iteration

Expand Down
Binary file modified client/public/favicon.ico
Binary file not shown.
33 changes: 18 additions & 15 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>client</title>
</head>
<body>
<noscript>
<strong>We're sorry but client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>mediaGUI</title>
</head>

<body>
<noscript>
<strong>We're sorry but client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

</html>

0 comments on commit 3eff056

Please sign in to comment.