Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Cart 2,366 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

590 comments found.

I have bought Midone and I wanna know if you could send me the UX/UI design. I want to use it on Figma or Sketch.

Hi thomaslucyfer,

Thank you for your purchase,

Sorry, we don’t have any design files at this time. We’ve plan to add it in the next update but in Adobe XD file.

could you send me XD files ?

The design file is not ready at this time. We are adding some pages to be released in the next update.

We will inform you when the update is complete.

gan.. ini bedanya dengan yang tanpa vue apa yah?

nah itu aja dah… thanks gan..

Baik sama-sama.

Terima kasih.. :)

Are you using xkjyeah/vue-google-maps?

Hi coterfield,

We use this package for the map: https://www.npmjs.com/package/google-maps-api-loader

Hi I have the same problem as livedesignteam, I’ve tried to import it in the main.js but that didn’t help.

Any ideas on how to resolve this?

Hi ShoneGT,

Can you post your main.js file, and any errors encountered in your console (a screenshot will be nice)?

I am using laravel 5.8

hello, I am including the theme inside my laravel project but I get this error, I don’t see how to fix it app.js:197443 Uncaught ReferenceError: cash is not defined at Module../resources/js/libs/dropdown.js (app.js:197443) at __webpack_require__ (app.js:20) at Module../resources/js/libs/index.js (app.js:197486) at __webpack_require__ (app.js:20) at Module../resources/js/app.js (app.js:194771) at __webpack_require__ (app.js:20) at Object.0 (app.js:200448) at __webpack_require__ (app.js:20) at app.js:84 at app.js:87

Yes it shouldn’t, can you add this line to your mix settings.

.autoload({ 'cash-dom': ['$'] }) The result might look something like this https://prnt.sc/upfm8d

it worked differently for me

.autoload({ ‘cash-dom’: [‘cash’] })

https://prnt.sc/upi8f9

Well it looks like that’s pretty good, as long as it goes well.. :D

May I know when will be vue3 version release?

Hi kirajhpang,

Sorry we don’t have a date yet, but the update schedule should be released at the end of next week.

We are currently in the progress of adding a new dashboard page variant .. :)

so current version still under vue 2.0?

Yes, that’s right.. :)

Hi there, I was curious, do you have an example of bringing in users using a rest API / axios? Also, on some of the demos, I try to click through and it doesn’t work. And when I bring into my local, the authentication piece doesn’t work either. Is this correct?

Hi TPrimmz,

Thank you for your purchase.. :)

The template has no backend implementation, it’s fully client side template without rest API.

Maybe I will add some examples in the next version, we are currently preparing an update for vuejs 3.

Do you know of any tutorials that would help implementing a backend?

I don’t have my own tutorial, but this video seems suitable to be tried.

https://www.youtube.com/watch?v=B_SY4qGq0rg

Let me know if you have difficulty when using Midone.. :)

Hi, are you planning to upgrade to Vue 3.0 for this template? Vue 3.0 was released on 09/20/2020

Hi logicalpositiondevs,

Yes, of course we are currently working on it.

I curious about something to ask, if you use vue 3 do you want to use typescript or regular js?

typescript for sure. You use javascript along with typescript by configure tsconfig.json – compilerOptions to allowJs in the typescript project.

Hi Guys, very nice theme!!!!! what is the best way to implement the vue theme in laravel? thanks

Hi Maximus789,

Sorry for delayed reply, like I said before. It will be hard to track the commits when you merge those projects (Backend & Frontend Eg: Laravel & Vue ) into a single project.

It will also make the project directory structure too complex in large-scale applications.

But don’t worry, I’ve plan to add the Vue + Laravel project in the next update (for free as well), especially for those who need it like you.

I can’t explain in detail step by step to move Vue project into Laravel because the process will be quite long. From moving components, configuring Laravel routes, configuring Laravel mix, etc.

Hi , I bought the template in ThemForest and I find myself looking at the same. Mi Username is carrascojm.

I basically did npm install and then npm run serve .

The problem I am having is that the application starts fine, but when I modify something in any view and save the change, I get the following error : Module Error (from ./node_modules/eslint-loader/index.js):

ERROR  Failed to compile with 1 errors                                                                                                 19:38:02
error  in ./src/layouts/TopMenu.vue

/Users/juanma/Proyectos/soluciones/varios/omnireps-apm-web/src/layouts/TopMenu.vue 257:5 error ‘cash’ is not defined no-undef

✖ 1 problem (1 error, 0 warnings)

@ ./src/router/index.js 5:0-41 475:13-20
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.0.26:8086&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

If I kill the console and do the npm run serve it starts again correctly until I modify something again and save the change where again the attached error appears.

Any suggestion about it ?

best regards, JM

Hi carrascojm,

I’ve replied to your email, please check it.. :)

Yes and it solved my problem, Thank you very much !

You’re welcome, have a great day.. :)

Hello Left4code, I bought your midone-vuejjs-admin-dashboard. But I’m not getting the right files when I download the theme from theme forrest. All files + Documentation will only provide a zip with an 01_preview.png image.

Where do I get your Midone theme. Thanks you, Laurens

Hi profikid,

Iam very sorry, it seems like we made a mistake when updating the files, please re-download the file.

It should be fixed by now. Thank you for your purchase!

Have a great day.. :)

Hi mate,

Nice job here, I would like to purchase this theme and use it on one of my new upcoming scripts, apply PHP to it etc.

Is this allowed by your end? If so, what are the costs?

Note: Theme files won’t be attached in the script, we will modify them to PHP so it will only be usable for our script.

Thanks, Bests,

Hi DoughouzForest,

Thank you for your interest in our template.. :)

Since you want to use our template as a part of your item, you may need an extended license.

Thanks

Hi, this not have any components? its only design support help to add components-

Thanks

Hi garfrasa1977,

What kind of components do you mean?

Will there be an update for vue3

Hi vidhyanand,

Yes of course.. :)

Will there be an update for vue3

Hi vidhyanand,

Yes of course.. :)

Hello. Am new to vue js. I wanted to integrate your code to a laravel backend but am confused. Can you maybe simplify that for me. Or which backend do you use

Hi denookoyoo,

This item doesn’t have backend implementation, it’s fully Vuejs SPA template created with Vue CLI. If you want to integrate it with Laravel as a backend you can create a restfull API and call it via http request with axios or any other http client.

I found a good tutorial about integrating Vuejs app with Laravel here:

https://laravel-news.com/using-vue-router-laravel

It’s not a completely standalone Vuejs app, but it’s basically the same.

any way to have fixed/sticky menu on top instead of scrolling?

Hi dinko2,

I don’t think it’s possible for now, it’s a part of the design..

Hello, We are interested in buying your template Midone for one of our SASS project.

We would kindly ask for you, if we use it for our web software as the admin dashboard template, will it be okay? So after buying it, will we have permissions for that?

Hi ptgtate,

Thank you for your interest in our template.. :)

About the license, of course, you have a license for that as long as you used it for a single end product which the end users are not charged for.

Or if the user is charged, then you need an extended license.

Would this be able to be integrated to a Wordpress them as a standalone subdomain and pull data from the main theme?

Hi jinx1000,

Did you mean headless WordPress?

If so, of course it can, I saw some tutorials that discuss integration between vuejs with headless wordpress.

https://snipcart.com/blog/wordpress-vue-headless
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey