DEV Community

Discussion on: Free Admin Dashboards

Collapse
 
kp profile image
KP

Awesome list! Please do one on automation of Vuejs / javascript code.

Collapse
 
sm0ke profile image
Sm0ke

Hello KP,
Can you elaborate, please?

Collapse
 
kp profile image
KP

Hi @sm0ke ! Looking at your profile, you know a thing or two about automation....and I'm wondering if you know enough about automation of Vuejs / javascript code to write an article about that.

Thread Thread
 
sm0ke profile image
Sm0ke

Hello @KP,
Yep, I will. Right now I'm using sort automation for Vue, React apps, but I'm still in the R&D phase. My current work-flow:

  • Use the Html Parser to extract the components
  • Inject Components, layouts in Vue, React boilerplates.
  • Apps are built on a decoupled architecture, where the backend and the frontend are separated.

Anyway, I'm years behind Nuxt, and other tools, but in the end, my automation flow produces apps with usable UI, which is great IMO.

Thread Thread
 
kp profile image
KP

@sm0ke : Nuxt is great but incredibly complex imo. I'm playing with laravel + inertiaJs at the moment, and am loving it. Look forward to seeing what you cook up!

Thread Thread
 
sm0ke profile image
Sm0ke • Edited

AppSeed - App Generator - this product put together my whole R&D work for the last two years.
The hidden fact about it is that I'm using automation to generate apps for different technologies:

  • vue, react
  • full-stack boilerplates
  • jamstack apps
  • bulma css apps

More will come, in the near future because my flow becomes faster. Apps can be used without an account because we all knew that open-source is a sexy thing.

Now I'm looking for options to migrate legacy Bootstrap apps to Bulma CSS & Tailwind. I will provide an open-source tool for this in the next 2mo. The idea is not mine, check out this tool, written in Php. :)

I will code the tool in Python / BS4 with an extension to Tailwind. But this is another R&D jump.

Thread Thread
 
kp profile image
KP

@sm0ke ...great work! Looks like a lot went into this. For some reason I thought automation meant testing (versus automated builder tools). This is pretty cool, too!

Thread Thread
 
sm0ke profile image
Sm0ke

Thank you!