by OulaX on 3/14/23, 8:50 AM with 1 comments
After getting the design handoff from the designer, and after setting up your framework of choice, how do you usually start? Are there any base styles you apply to all projects? Do you start creating components right away? Or develop the pages first then move on to seperating the components out?
by wsgeorge on 3/14/23, 11:04 AM
And since these are small projects, I don't have a designer hand-off their work to me. It's just Bootstrap 5 for base styling, customized to suit my taste. :)
I use VueJS, because it allows this workflow, but I'm exploring Alpine, because I'm not sure Vue will stick to its progressiveness in the future. There's also petite-vue by Evan You, but I don't think that has a future also.