Skip to content

Commit

Permalink
Add name and base styling, add parcel build to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Richter committed Apr 11, 2018
1 parent ee04f88 commit 6781ba5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ test/unit/coverage
test/e2e/reports
selenium-debug.log
.idea
.cache
12 changes: 12 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@
</div>
</div>
</template>

<script>
export default {
name: 'App',
}
</script>

<style>
body {
background: #fafafa;
}
</style>

0 comments on commit 6781ba5

Please sign in to comment.