Skip to content

Commit

Permalink
fix: make the project build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 16, 2018
1 parent de6c3ab commit e0d3df4
Show file tree
Hide file tree
Showing 21 changed files with 5,382 additions and 200 deletions.
Binary file added ._docs
Binary file not shown.
8 changes: 6 additions & 2 deletions docs/package-lock.json

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

2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"e2e:open": "vue-cli-service e2e:open"
},
"dependencies": {
"hash-sum": "^1.0.2",
"popper.js": "^1.12.9",
"vue": "^2.5.13",
"vue-router": "^3.0.1"
},
Expand Down
26 changes: 4 additions & 22 deletions docs/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,32 +1,14 @@
<template>
<div id="app">
<div id="nav">
<!--<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
</div>-->
<router-view/>
</div>
</template>

<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
#nav {
padding: 30px;
}
#nav a {
font-weight: bold;
color: #2c3e50;
}
#nav a.router-link-exact-active {
color: #42b983;
}
@import "./assets/css/spectre.css";
@import "./assets/css/docs.css";
</style>
Loading

0 comments on commit e0d3df4

Please sign in to comment.