Skip to content

Commit

Permalink
Use vuex to store catalog info
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed May 12, 2018
1 parent 0548c1e commit 310bf82
Show file tree
Hide file tree
Showing 8 changed files with 3,602 additions and 3,254 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"plugin:prettier/recommended"
],
globals: {
process: true,
require: true
},
parser: "vue-eslint-parser",
Expand Down
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<title>STAC Browser</title>
</head>
<body>
<div id="app">
<router-view />
</div>
<div id="app"></div>
<!-- Note the reference to src here. Parcel will rewrite it on build. -->
<script src="./src/main.js"></script>
</body>
Expand Down
Loading

0 comments on commit 310bf82

Please sign in to comment.