annotate client/src/views/Main.vue @ 13:88d0d60924cf

Move vuejs app into subdir `client` Using a subdirectory for the web application keeps more structure in the repo.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 20 Jun 2018 17:02:06 +0200
parents src/views/Main.vue@7c1bde663c8e
children 7ba0a77fd679
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <template>
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <div class="main">
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 <h1>Guarded!</h1>
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 </div>
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5 </template>