Add new landing page
This commit is contained in:
parent
25dcb88010
commit
278ecefd5d
3 changed files with 330 additions and 0 deletions
10
resources/assets/js/landing.js
vendored
Normal file
10
resources/assets/js/landing.js
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
window.Vue = require('vue');
|
||||
|
||||
Vue.component(
|
||||
'landing-page',
|
||||
require('./components/LandingPage.vue').default
|
||||
);
|
||||
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue