203 comments found.
I have purchased the template, I have one question, does your template is providing JWT authentication for API base login and ACL for authorisation (roles & permissions)? Thanks
JWT & ACL Will be Included soon, now we provided only firebase login
Thanks
Hello I am interested to buy your template but vue + laravel. Is it released yet?
no its not released yet
Thanks
Ok. How about vue version, are you going to support updates for 3rd party libraries and packages for future releases?
yes Vue version will be updated and we will add new features on it . thanks
Ok then I’ll go ahead and buy it. Thanks
Welcome 
Hi!
I would like to know how you recommend working with the vue-starter-kit SASS and CSS. What commands should I use to override the existing CSS and re compile? Should I do that in the html file and then just copy over the css themes?
you can edit the scss files or you can add your own css file and call it in main.js file. thanks if you have further query contact uilib.help@gmail.com thanks
Please, in your demo html, why?
DevTools failed to load SourceMap: Could not load content for file:///C:/themeforest-kBkIPjBK-gull-vuejs-admin-dashboard-tem2plate/gull-vuejs-admin-dashboard/html/html/dist-assets/js/plugins/bootstrap.bundle.min.js.map: System error: net::ERR_FILE_NOT_FOUND
DevTools failed to load SourceMap: Could not load content for file:///C:/themeforest-kBkIPjBK-gull-vuejs-admin-dashboard-tem2plate/gull-vuejs-admin-dashboard/html/html/dist-assets/js/plugins/pdfmake.min.js.map: System error: net::ERR_FILE_NOT_FOUND
Give us some time to check. You can get the latest files from here githubaccess.ui-lib.com. Thanks
Hello, in ”- Select item*” choose gull-html and put my code, but
“Please Select the Product you bought”
https://i.imgur.com/PF1iB0B.pngsorry, I wanted to select “gull-html”, but still with the same message
Please share your github username. we’ll add you to repository.
thanks – my username is : andrec1234
Hello can you please try this one again http://githubaccess.ui-lib.com/ if this wont work then contact here uilib.help@gmail.com with your user name and purchase key . Thanks
Is there a list or location of “nav-icons”? example “nav-icon i-File-Clipboard-File – Text”
Here is the list of all icons http://gull-vue.ui-lib.com/app/pages/icons Thanks
in the “html” version; the menu does not show the option “pages”, are there differences between the versions?
Almost All pages are available in HTML but we did no put these in pages menu, we will do it . thanks
Hi there, I have two questions:
1) Before purchasing, in the Item details page I couldn’t find any indication of prerequisite like “Node.js” and NPM . Now, due to the conflict with others software and package, I can’t Install Node.js and NPM in my PC. Is there any other valid method to use Gull?
2) In the Demo online I saw a lot of App like Todo, Contact and others 8, but in my download (gull-vuejs-admin-dashboard\html\html\html\layout2), I see only Invoice, Inbox and Chat. It’s correct?
Thanks in Advance
1. you need NodeJs if use Vue version but if you use compile HTML version you dont need NPM or Node 2. all pages and apps are available may be we forget to add menu link for layout 2 . Thanks
hi, I need someone to go with me to an interactive session to show me how to use the items. by Webex or Teamviewer. Thanks,
Contact here uilib.help@gmail.com thanks
how to start install the templete?
please follow the documentation here http://demos.ui-lib.com/gull-vue-doc/ Thanks
Hello, i have a laravel project installed and npm as well in my local pc… I have downloaded the template too.. it contains folder documentation, html, psd, vue-main,vue-starter-kit. How to use this template in my vue component? tell me the steps please…
we will Provide Laravel+Vue starter kit in future updates but for now to add this in your laravel project you need to do some custom work. thanks
it’s alright.. i have to start from the HTML folder? manually add the css and js to my project?
You can Use with the Vue Components from vue-main folder if you want to use laravel+Vue Project . You can get our Laravel Template if you want, which in sale now only for $9 https://themeforest.net/item/gull-bootstrap-laravel-admin-dashboard-template/23101970 . thanks
<script> import DateRangePicker from “vue2-daterange-picker”; //you need to import the CSS manually (in case you want to override it) import “vue2-daterange-picker/dist/vue2-daterange-picker.css”;
export default { components: { DateRangePicker }, metaInfo: { // if no subcomponents specify a metaInfo.title, this title will be used title: “Datepicker” }, data () { return { dateRange: { startDate: ‘2019-12-26’, endDate: ‘2019-12-28’, }, } }, }; </script>
let say i want to use datepicker….. the import path is “vue2-daterange-picker/dist/vue2-daterange-picker.css” < – - where can i get this folder. i can’t find it..
please contact here uilib.help@gmail.com , currently we dont provide support for laravel+Vuejs implementation as we did not include laravel+vue within this template thanks
strange.. it’s not the matter of laravel + vue… it’s just the vue component.. the front end…
You Will find the Vue component in Vue-Main folder . Thanks
hey guys, am still waiting support about Auth login
Auth login is working fine just need to refresh the page after click on the logout button. We will fix it soon. Thanks
it’s been one week waiting now – can i get it today?
did you check by refresh the page after logout ?
it first time to use for me.how to intergrate to my exits project of vue or how to create project with your template.please help me.
Please contact here uilib.help@gmail.com thanks
Hi there,
I hope that you are doing well. I am interested in your following template: Gull – Vuejs & HTML Admin Dashboard Template
I have my own product app.faktura.uz I wanted to redesigne it. Wanted to apply your template as I liked it most. But my managers and product owners want to see how it will look like when I apply it to your product.
That is why can you please give me test a chance to try it, if our managers and product owners approve it we will buy it surely.
Look forward hearing from you soon.
Sorry, you can check the Demo and if this template match your requirements you can buy it . for further query contact here : uilib.help@gmail.com Thanks
Hey Guys,
we have a problem here with the auth login
it’s keep the user like he is log in
to slove that everytime you need to clean the cache and cookies
please help with a fix
Are you using default firebase authentication? Thanks
i have no clue
my dev say : no firebase auth
We use Firebase Auth , please contact with us here uilib.help@gmail.com Thanks
hi, do you have select component like select2?
We will Vue select Component in next Update
Thanks
Hello
Thank you very much for your work. could you send vue-main’ s firebase example could we see firebase db ? or protype ?
we use Firebase only for Authentication , if want to see this DB structure we can show you , please contact here with your query : uilib.help@gmail.com Thanks
hello, thank you for the elegant template!
I’m totally new in Vue, so could you please give me example of how (which page) to communicate with a backend through REST. For example in a form or list page.
Thanks
thank you! one more question if it’s okay…...
I changed the TopNav.vue so that when I press enter on the search bar, it will execute method search:
methods: { search() { ... ...
how can I call a method in another component? e.g. in datatables/list.vue
export default { methods: { methodToBeCalled() { ... ...
the main goal is that when I type a text on the TopNav searchbar and press enter, it will execute method in dashboard/list.vue which will populate the tables with data from database
I can do it by using emit, but is it okay?
you can use emit or Vuex which is good . Thanks
what version of vue using? are always using the latest vue? for Vue project are free from Jquery?
we are using the Latest Vue Version( “vue”: “^2.6.11”,) and this is complete VueJs Project ,no JQuery Dependency . Thanks
Hi, I download the zip file but isnt same version of demo online, for example in popover page dont have a hover me option. Can you send me the correct version?
Are you referring to vue version or html? Get latest file from github. Github access githubaccess.ui-lib.com thanks
Html version, I get the access in github but I cant found the same version, new example this page: http://gull-vue.ui-lib.com/app/datatables/paging
Its possible do this table in html version?
Sorry this is only available in Vue version . We will try to add this type table in HTML .Thanks
hey, how do i prevent the secondary sidenav from opening in a particular page?
You Need to do some Custom Tweak , explain your Query in Details Here : uilib.help@gmail.com Thanks
Hello, I bought and downloaded your Gull template and inside the package I found many folders, it is the first time that I buy a template and I would like to know what each folder is for and between those two folders gull-laravel-starter-kit and gull-html- laravel, I am working with Laravel 7, npm 6.14.5, nodejs v14. 0.0, but your documentation says Laravel 5.7, when running the composer install I notice that apparently your code is Laravel 6, when running npm install it generates many errors, etc.
Could you help me by telling me with the versions you worked on or could you help me with a short guide on how I could implement your template to my project? I’ve seen videos from other templates, but I haven’t found much support from yours.
I can modify the .blade files and embed your template, but I don’t think it’s as complex as I’m thinking.
Thank you!
Hello, wrong product page. This is vue template . Please contact with uilib.help@gmail.com with your purchase key. For laravel we are using laravel version 6 for now. Thanks