client: reorganize files, router and add inventory skeleton

This commit is contained in:
Matteo Pagliazzi
2017-01-17 19:45:27 +01:00
parent e2b06161e1
commit 563f40e4b7
10 changed files with 95 additions and 76 deletions

View File

@@ -0,0 +1,8 @@
<template lang="pug">
h2 {{ $t('stable') }}
</template>
<script>
export default {
};
</script>