vue-bulma / vue-admin

We are refactoring it, using the latest Vue and Bulma. WIP
9.43k stars 1.62k forks source link

Who's using it? #31

Open fundon opened 8 years ago

gdon commented 8 years ago

I'm thinking of using for a commercial project, but I'm a little unsure as to Buma. It seems a bit immature yet ... Anyway, congratulations on the excellent work !! This is beautiful.

santiagomalter commented 8 years ago

Hello,

Also thinking about using it for a commercial project.

Best

fundon commented 8 years ago

Sounds good!

kartsims commented 8 years ago

Project seems a bit immature to me too. Notably some bugs on the demo... I list them here, but if you need separate issues let me know, I didn't want to create issues as these are demo-related :

These are rather small bugs but they give a bad first impression which can be a real killer for your lib's adoption...

I am also thinking about helping out because your work looks like the best option available to get an admin up and going fast.

Problem with VueJS (from where I am standing) is that professional adoption is quite hard. Hopefully this changes soon. I am doing my part but heck this is hard to go against Angular, React and such big company-backed libraries...

fundon commented 8 years ago

@kartsims Thank you for your reports.

  1. The demo page is running on github.io, so I can't handle that (https://help.github.com/articles/redirects-on-github-pages/).

    But we can change the router to hash mode.

  2. Yes, Canvas gauges has a bug, see https://github.com/vue-bulma/canvas-gauges/blob/master/src/RadialGauge.vue#L35-L38

    I'm looking for a solution.

  3. Confirmed, It's a bug in latest Vue.js.
  4. Confirmed, It's a bug in latest Vue.js.

Thanks, again!

kartsims commented 8 years ago

You're welcome!

I would recommend hiding the buggy pages though, frustration is (one of) the developer's enemy

fundon commented 8 years ago

@kartsims Good suggestion!

fundon commented 8 years ago

@kartsims Bugs are fixed! and Demo is uploading!

kartsims commented 8 years ago

Wow, so fast :congratulations:

MaizerGomes commented 7 years ago

I'm currently thinking about using it in a work project but i'm having lots of problems with compatibility with some mobile browsers. It seems to only work with chrome or firefox browsers.

I tried accessing the demo link using some mobile emulators from browserstack and many of that returned a blank page. Here's a list of some that I tried from my trial account that failed to display:

But i'm not giving up, a going through the code to find a way to assure compatibility with most browsers because this looks gorgeous.