Adam Wattis
1 min readJun 23, 2018

--

Happy you enjoyed it!

I am proposing a simple workflow in this article, where you can effortlessly construct mock-ups of an app to be sent over to the developer to be quickly built. By shortening the amount of time spent between concept creation and finished working prototype you’re able to make quicker iterations to your idea and maintaining a faster workflow.

I don’t really integrate or embed my Sketch designs, I just refer to them when I build my UI in Vuetify. So, after I build my designs with Material Design components in Sketch I look through the Vuetify.js docs to find all the components that I’ve used in my mock-ups. Then I simply build the UI using those Vuetify components and add my business logic to them as I go along.

--

--