218 comments found.
Hi, in the development mode, all the images which are pointing to src=”/@src/assets….” return 404. How do we make the images appear in development mode?
Hi Santosh, your request was answered on the support ticket you opened. Please open only on ticket / comment at a time regarding a single issue, that helps us track pending issues. Regards.
Live Preview doesn’t work in Chrome… tested in Brave browser and performed well. Are there any issue with Chrome?
Hi, I cannot reproduce this on my end and we haven’t had any complaints about this so far. Therefore, Iam not sure what is happening on your end.
Hi, can you please share the boilerplate (seed version) to my email id?
Sure, please share your email but please keep in mind that no support is provided for the boilerplate handling. The boilerplate is a Vue3 / Bulma / Vite boilerplate and was used to build Vuero. However, it is bland and there are no Vuero files inside, you have to put them in yourself. Only Vuero. There’s a new section in the template documentation to help you start a project from scratch: https://docs.cssninja.io/vuero/documentation/#setup-your-project . Regards
Awesome design! Is there an input element for autocomplete like Buefy?
Hi, I believe there is an autocomplete component that can be found here https://vuero.cssninja.io/elements/addons-vueform-multiselect . Regards.
Thanks for reply
Very welcome, Regards.
build with errors. All assets in the /demo folder are missing. Please fix it.
Hi, can you be more specific about how to reproduce this? Build is passing without errors on our side. What is your node JS version? What package manager are you using? Also those demo assets are removed on purpose before upload on Envato, as no photos are allowed. Do you have the latest Vuero release?
I have the latest version. Run “yarn && yarn build” to reproduce error. node v15.14.0, yarn 1.22.10
Ok, can you downgrade to node 14, try installing again after deleting node_modules and tell me if it does the same thing?
Also, I guess you didn’t take a look at vite.config.js where this problem is specifically highlighted and gives yo a fix to build by just uncommenting some lines.That’s probably the origin of your issue. Regards.
Thanks, you are right – uncommenting lines fix my problem. Also can you send me clean bootstrap template please.
Sure, please provide an email where I can send it tomorrow. Please note that it is a Vue 3 + Bulma + Vite starter template that we used to build Vuero, but is currently empty. We don’t support anything related to that boilerplate usage, only the Vuero source purchased on ThemeForest. You can find detailed instructions in the documentation on how to start a project from scratch: https://docs.cssninja.io/vuero/documentation/#setup-your-project . Best.
Is there a way to use this package without VUE?
Just HTML5/JS, etc
Hi,
There is a HTML/jQuery version of this template sold as a separate product. You can find it here: https://themeforest.net/item/huro-multipurpose-admin-and-webapp-ui-kit/28933249 . Regards.
hello, can you send me a clean example. I don’t want to remove examples
Hello, please provide your email address so we can invite you to the repo once it is ready. Best.
Hello. I also need a simple page version to start with, which I can then upgrade by adding elements. Will this basic boilerplate be shared here or by invitation? Thanks
Hi, sure and yes this will be on invitation, please share your email so we can invite you when it is ready. Regards.
Thanks for reply. I sent you my email address via message.
Ok thanks, will let you know when we have it ready. Best.
Hi, any progress on this? Thanks for some update. Cheers!
Hello, please send me your email so I can send you a base boilerplate. You can use it along with the instructions you have in the documentation so you can start your project almost from scratch: https://docs.cssninja.io/vuero/documentation/#setup-your-project . Let me know if you have other questions. Best.
Hello, I sent you my email address again through direct message.
Hi, I just sent you the boilerplate on your email. Please note that we do not support the boilerplate usage other than the instuctions we provided above, as this is out of the product scope. Regards.
In your opinion what should i do? Removing what i don’t need from your project (pages, packges, images, etc..) and stick with i just want or create a new vite vue ts teamplate and add evrything i want from your project? Also nice work with the upgrade!
Hi, you can go either way, I’d say the one you’re more comfortable with. If you want to start from scratch, we can provide a very basic boilerplate to start copying stuff from Vuero in there. Though, we still need a few days to make sure that boilerplate is up to date. Happy that you like the update! Regards.
Thanks! I will strat from scratch, as i don’t want to wait
becuase i am eager to taste this new update and features, and i want to try this weekend!! Althouhg, if i find dificult in start, i will request the basic boilerplate code for a easyer implementation. thx
For sure, we’ll let you know in a few days, when it is finalized. Best.
I have also send my email by cssninja.io i have open a case thanks
Got it thanks!
Thank you for this wonderful template, it is indeed one of the most(if not the most) refined and well-crafted vue template I’ve seen, with very great code quality also(also one of the best I’ve seen).
I’m even studying your code to learn how to better implement composition api for my next vue project 
Hi, thank you for your kind words, really appreciate it! We did our best to deliver a high quality product as this is our core policy regarding our customers. Even better, we just released a new update with more components, refactoring of areas that needed it, code improvements and a lot more comments to help developers getting started with the template. Thank you again! Best Regards and happy development.
not able send support email. npm build fails
npm build failed. can you please fix and let me know
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: vuero@1.0.3 npm ERR! Found: vue@3.0.7 npm ERR! node_modules/vue npm ERR! vue@”3.0.7” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@”^2.5.17” from simplebar-vue@1.6.0 npm ERR! node_modules/simplebar-vue npm ERR! simplebar-vue@”1.6.0” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!
Hi, So after some investigation, it seems this is a problem related to node 15 combined with npm 7. The simplebar module asks for a version higher than 2.5.17, which node 15 blocks because it is behind in terms of major release. You should definitely stick to npm install—legacy-peer-deps or it will install Vue 3 AND Vue 2. Do not use—force.
Thanks for the quick response. still having the same issue
FYI: tried with node 14 still having same issue.
Have you tried deleting node_modules before reinstalling? Have you tried with PNPM or YARN instead of NPM?
sm~ npm -v 6.14.12 sm~ node -v v14.16.1 sm~ yarn -v 1.22.10
now i got this error on npm and yarn
$ node ./scripts/skip.js || husky install /Users/sm/www/WebCAMPApp/SiteSpecificPages/front-end/custom-module/node_modules/husky/lib/commands/install.js:22 throw new Error(`.git can’t be found (see ${customDirHelp})`); ^
Error: .git can’t be found (see https://typicode.github.io/husky/#/?id=custom-directory) at Object.install (/Users/sm/www/WebCAMPApp/SiteSpecificPages/front-end/custom-module/node_modules/husky/lib/commands/install.js:22:15) at Object.<anonymous> (/Users/sm~/www/WebCAMPApp/SiteSpecificPages/front-end/custom-module/node_modules/husky/lib/bin.js:56:19) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Not really sure about what is happening, Iam unable to reproduce your issue. Let’s do this, we just released a new Vuero update with a lot of improvements and more comments in the code, as well as more details in the documentation. Download the update, and try to install it again, we’ll take it from there if it still doesn’t work on your end. Best.
Thanks for you quick responses. I will in different machine Tomorrow.
Quick question about form validations, I don’t see from demo site has any form valuations, is that something already there or you will have to do an another release. also I would like have popup form from a datable list, like if I click on a manage button, can you update in your next release?
Thanks
Iam pretty sure there are form validation mechanisms. I’ll check and confirm tomorrow. About the suggestions, sure, we will look at adding those in a future release. Regards.
this version worked. FYI I don’t see form validation. Thanks
Yes, you are right I checked and there is no validation bahavior implemented yet, just the UI : https://vuero.cssninja.io/elements/forms-inputs#validation . Therefore we’ll think about providing an example implementation in a future update. Thanks for this suggestion. Regards.
Congrats on the featured item!
Thanks a lot!
Any date presvision for the upgrade?
Hi, probably next week. Best
Hi how can we remove typescript from this? also someone previously asked for a lightweight starter package – is the light version out yet?
also—what are the possibilities of getting a Vue2 version of this? will it only work on Vue3?
Hi, you don’t need to remove TypeScript as it will work as is, even if you keep wiriting traditional JavaScript. For the lightweight starter, we are working on it and still thinking how to ship it. Regarding your last question, Iam affraid there will never be a Vue 2 version. We will be exclusively working on Vue 3 in the future. Regards.
Design is really good, Let me know why you used <script setup> which is still in proposed pull request to VUE 3. Also, Please try to include starter template, because, a lot of things needs to remove to make this as starter.
Hello rabbyalone, We decided to start working on the setup syntax because it reached its final state and no major change will be made (we are actively following the vuejs development), it will be released as stable on the next release. Also, it really reduce the components scripts size, so we can focus on business code. For the starter template, for the next version upcoming in the next days, we have reworked our basic template to be easier as possible, we may also provide a starter template on github which will be compatible with vuero, on private invitation. Best.
Love the design and hard work that has went into it but not really a fan of the way you have done the routes, I prefer the verbose approach you suggest in the readme.
Well the routes are generated by the voie plugin, as it makes things easier for most developers. But sure, you can go the verbose way to define your routes. Best.
There is an issue with the sidebar. When the page isn’t tall enough, the icons overlap. I came up with a css only solution that worked pretty well: https://i.imgur.com/CLxcSVA.gif
Hi, thanks a lot for pointing that out, we’re making the adjustment on our side as well. Will be included in mext release. Best.
Looks like the fix got missed in the release. Just commenting to remind ya!
Oh yeah, looks like we missed this one. We’ve been doing a lot of refactor on this. Can you share your CSS fix so we can include it in a patch next week or so?
Can you tell us what is included in the new update? It is only to solve the problem of images or any new features or new pages?
Yes, it will be solving that problem for docker deployments, as well as adding a form layout, a lots of comments in the code and documentation to get started more easily, and maybe a marketing landing page if we have time. Regards.
Nice to hear that i am anxious about the upgrade. One suggestion you guys should develop as a sperated product the same theme or similar but in vue native with similar or the sames functions…
Does this theme have JS only version? And are components built by your self? Are you using any component framework like BootstrapVue?
Hi, yes we have a jQuery version called Huro that you can explore in our portfolio. We’re using vanilla bulma and all our vue components have been implemented from scratch, not using a library. Best.
JS version means:
I don’t know TS much so I want Vue + JS version and not Vue + TS version. So, will I get Vue + JS?
Regards.
Hi, you can use the theme without typescript and use it as is. It doesn’t matter. You can ask for instructions to work without typescript before buying it. What would you like to know?
Looks like you guys forgot to include a number of files in the public folder that are still referenced in the code. I get a number of 404 errors while navigating the page. For example, any files in “images/avatars/photos” are missing.
Hi, we are forced to remove images from the public folder by Envato when releasing the product. We are already aware of those and have a temporary fix for the build process. We’re releasing a new update on April 10 that will take care of this once and for all. Regards.