Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Am trying to start a new project using Laravel as backend an veutify as fronted but i can't find the way

I'm trying to make a webpage using Laravel 5 and veutify, currently my knowledge about laravel is medium but am a beginner with vue and veutify.

Also npm, webpack and all the related to frontend is beyond my knowledge. :(

i've been searching for 4 hours straight but nothing. Found a tutorial, did it as it said but my page didn't display the veutify content

<body>
    <div id="app">
        <h1>Yey!</h1>
        <v-btn primary>Material Button</v-btn>
    </div>

    <script src="{{ asset('js/app.js') }}"></script>
    <script src="{{ asset('js/vue.js') }}"></script>
    <script src="{{ asset('js/vuetify.js') }}"></script>
</body>

Comments