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:
11
site/client/app/components/landing.js
Normal file
11
site/client/app/components/landing.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('../views/landing.html'),
|
||||
|
||||
ready: function() {
|
||||
setTimeout(function() {
|
||||
$('.container-form-landing').addClass('active')
|
||||
}, 400);
|
||||
}
|
||||
|
||||
};
|
5
site/client/app/components/lobby.js
Normal file
5
site/client/app/components/lobby.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('../views/lobby.html')
|
||||
|
||||
};
|
Reference in New Issue
Block a user