Discussion on Vuse: VueJs CLI Material Admin

Discussion on Vuse: VueJs CLI Material Admin

By
Cart 326 sales
Well Documented

hexesis supports this item

Supported

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

94 comments found.

Hello.

I found where the menu items are added and added them: https://yadi.sk/i/_Oi6NnjjAARmZw But they look very strange: https://yadi.sk/i/Zl_yVNTNpP8ipg

Tell me, what am I doing wrong? Where can I read how to create menu items correctly?

Ugh, I figured that out. Now we just need to figure out how to make Russian the default language :)

Hello valeevadward,

Thanks for writing to us.

Here is the quick help for the same: https://vuse-documention.hexesis.com/internationalization Please refer our folder structure on below link: https://vuse-documention.hexesis.com/folder-structure#src-folder-structure

If you’re using Internationalisation then use config/__navigation-items.js by removing navigation-items.js and rename __navigation-items.js to navigation-items.js.

If you do not want internationalisation and want only one language then stick to navigation-items.js and set your language to config/locale.js. Defalut is “en”. Set it to “ru-RU”.

If you are still facing issue, Don’t hesitate to write us on hexesist@gmail.com.

We will be happy to assist you.

— Regards, Mia

Please tell me if your product is adapted for the Vuetify version 2.3? Are there any ecommerce elements?

Hey valeevadward,

Thanks for writing to us and showing your interest in Vuse Admin Template.

Vuse Admin is adopted Vuetify version 2.3.2.

Demo Link: https://vuse-preview.hexesis.com/dashboard/operational

Dashboard : https://vuse-preview.hexesis.com/dashboard/operational

Widgets: https://vuse-preview.hexesis.com/widgets/card

Product Website: http://vuse.hexesis.com/

We have build up the theme considering all common and general usage. But there are many widgets and charts that can be used to build ecommerce elements.

— Thanks, Mia

It is not clear how to create the left menu. Where is it written about?

Hello, I wonder if you have your template in a format li https://www.figma.com/ or an analog app?

Would you transform this template into Wordpress? I’ll pay whatever it is for him.

Hey giovannasilvap,

Thanks for writing to us and showing your interest for VuseAdmin. Could you please write us on hexesist@gmail.com for this request?

- Regards, Mia

is it possible to use in wordpress?

Hi, how long will the latest version be released?

Hey,

We are almost done. We are submitting today for approval.

Hopefully it will be approved within 24 hours if there is no more changes required.

Thanks for your patience and support. — Regards, Mia

Hi again,

If we start a new project with your current version, will be easy to migrate to the newest release without breaking changes?

Regards

Hell Mitse,

Thanks for writing us and showing your interest.

We have updated Vuex, Vuetify, UI and many other things. We can say it’s complete new theme. If you really want to start then please follow Vuetify (v 2.2.29).

We are almost there to complete the theme. Team is working on Documentation and testing.

There is no doubt, we will be rolling up on/before June 10.

We highly appreciate your patience and trust on us.

Thank you,

— Regards, Mia

Hi, will you release a new version this week?

Hey zy499,

we are trying our best to roll up the new version at the end of last week of May. It won’t take more than June 10, 2020 for sure.

We are now in very good stage.

— Regards, Mia

Okay, looking forward to your latest work!

Presale question: Could you please inform me if you release soon updated version with Vuetify 2.0 ?

Regards, mitse

Hello Mitse,

Thanks for showing your interest in Vuse.

We are working dedicated on Vuse for Vuetify2.0 with a new UI. As we said, we are trying our best to roll up the new version at the end of last week of May. It won’t take more than June 15 for sure.

Regards, Mia

I want to upgrade vuetify to the latest version. I tried to modify your code but it didn’t work. Can you help me?

Hey there,

Thanks for writing us back.

It may take a minimum of one month to complete the beta release. We are doing major changes with the architectural and UI levels.

It would be great if you could share the major pages that you want to use meanwhile? We can check with our team if it’s possible to cover it ASAP.

Awaiting to hear from you.

— Regards, Mia

Hi How long can I release the latest version? It is recommended that the theme color should not be too dark

Hey,

We appreciate your interest.

We are on scheduled and doing well with upgradation . However we are trying our best to roll up the new version in the end of last week of May.

This updates will have very attractive and light UI. However with the last version, user can customise the theme as per their choice. A part from this, it will have Great improvements with newly implemented features.

Highly appreciate your interest, support and suggestions. It’s very valuable to us.

We are also very excited to roll up new version.

— Regards, Mia

Hello! I need the user to be able to change the app language. I have duplicated the folders and files and imported them into the i18n index. If I call the createI18N function with the {lang: ‘es’} parameter it works fine. In the ‘BlankPage’ I have imported the ‘createI18n’. I’ve created a button that calls the ‘changeLang’ method that calls ‘createI18N ({lang:’es’})’ but it doesn’t work, it doesn’t give any errors either. What am I doing wrong?

Thank you very much.

Hello xesquillado,

Thanks for writing to us.

If you want to allow the user to change the language, in that case, you need to use Vuex in my opinion. It must be persist in the vuex store.

Here 3 files have major roles.

1. translation.js (store module)
export const mutations = {
  [mutationTypes.SET_LOCALE]: (state, payload) => {
    state.locale = payload !== undefined ? payload : "en";
    i18n.loadLanguageAsync(payload);
  }
};
2. main.js
const i18n = createI18n(store.state.translation.locale).i18n;
3. i18n/index.js Will have function called loadLanguagAsync(). here, you will set:
app.$i18n.setLocaleMessage(lang, globalLanguages[lang]);
app.$i18n.locale = lang;

Ref: https://vuetifyjs.com/en/customization/internationalization/

Let us know if you have still have any queries.

Regards, Mia

Pre-sale question…Is this still getting updated?

Hey Mike,

Thanks for showing interest in vuse

Yes, it may take about 2 months. But update will be sure.

— Regards, Mia

How can I upgrade to Vuetify 2.0 every time I try all I get is sass errors. Is there a doc to follow?

Thank you.

Hello Shoffstall,

Thanks for writing to us.

You need to refer the Vuetify documents migration. Vuetify 1.3., Vuetify was using stylus and Vuetify 2. Is followed by sass.

However we have already started upgrade process with Vuetify and new design but couldn’t commit you dates for release.

— Thanks,

Mia

When I use baseUrl:”/foo/bar/” in vue-config.js, the theme is not working. There is not error message either. Kindly provide the workaround for the issue. Thank you

Hello Dcdrns,

We request to provide a more day to check and fix it.

Regards, Jack

Hello Dcdrns,

Thanks for writing to us and sorry for the late response.

The issue that you have mentioned is not relevant to Vuse Admin Theme or Vuetify. This question is relevant to VueJS.

Here is the solution: vue.config.js

module.exports = {
  baseUrl: "/my-app/foo/" 
};

router/index.js needs base as ”/my-app/foo/”

export default new Router({
  routes,
  base: "/my-app/foo/",
  mode: "history",
  scrollBehviour(to, from, savedPosition) {
    if (savedPosition) {
      return savedPosition;
    }
    if (to.hash) {
      return {
        selector: to.hash
      };
    }
  }
});

Thanks for your patience and for showing interest in Vuse.

— Regards, Mia

Thank you.

waiting for the update to vuetify 2

Hey devmedb,

We already planed to start work on it from the mid of this month. We will roll out the update very soon.

Really appreciate your interest and support.

Regards, Mia

Hi, I bought this theme and super excited to be working with it. But I realized that this is built in previous version of Vuetify 1.3 and we are working on vuetify 2. Is there any chance you can provide an update?

Thank you.

Hey Aakash,

Thanks for being a member of Vuse and writing to us.

Yes, we are planning to update Vuetify 2. It may take time, but that will be a sure update.

We will put banner and send you personal notification once it’s about to release.

— Regards,

Mia

You work is absolutely stunning! Out of curiosity what version of Vuetify are you using?

Hey there,

Thanks for showing interest in Vuse. It is vuetify 1.3.14.

Regards, Mia

I am going to buy it anyway, but what’s the roadmap in terms of upgrade? Are you planning on upgrading to Vuetify 2.1.3?

Hey there,

Thanks for writing back.

It’s under planning but it may take time.

Regards,

Mia

Hi, I didn’t find in the documentation the installation procedure on a vue with vuetify project, just browser support explore safari. Would you help me???

Hey devmedb,

Thanks for writing to us.

http://doc-vuse-v2.hexesis.com/

Please refer:

- Get started.

- Zip Overview

I hope that will help you.

Feel free to write us if you have any query.

— Regards, Mia

Hi, I’m wondering whether Vuse-Vuejs-Cli-Material-Admin is suitable for the usage for Laravel+ vue as I noticed Laravel is come default with Bootstrap but I wish to use Vuetify for Vue? Is thr anything i should watch out for the integration? Thanks

Hey dinaso,

Thanks for writing to us.

Vuse Admin is not compatible for laravel project as part of it.

However, you can develop laravel Apis and use Vuse as frontend.

We are happy to hear that people wants Vuse as & in laravel. We have noted this in our plan.

Feel free to write if you need further assistance.

Regards,

Mia

Are you able to update this to vuetify 2.x? because they switched from stylus to scss.

Hey Chrisowooahr,

Thanks for writing us and showing interest in Vuse.

Yes, we have planned for it but not put into the action yet.

But this will be considered in future updates. Dates are not defined.

Regards,

Mia

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