1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-10-09 07:39:08 +00:00

prepare vue and little styling

This commit is contained in:
devfake
2015-06-21 13:09:29 +02:00
parent c29e398eb7
commit 9d7f473e76
18 changed files with 149 additions and 68 deletions

View File

@@ -0,0 +1,11 @@
module.exports = {
template: require('../views/landing.html'),
ready: function() {
setTimeout(function() {
$('.container-form-landing').addClass('active')
}, 400);
}
};

View File

@@ -0,0 +1,5 @@
module.exports = {
template: require('../views/lobby.html')
};