There’s been a frequent pattern that I’ve come across in maintaining local project dependencies across a team. Changing npm contexts can be taxing and when the complexity of maintaining node packages and configuration continues to get in the way of development workflow.
Tag: vuejs
Using starter layouts to learn and enhance your workflow
I found a few patterns in front-end development that are extremely useful to have around in the form of a “starter” layouts or templates. Similarly, I’ve found common libraries like Bootstrap with WordPress layout builders to also be quite effective in building out site designs. Here are two customizable front-end frameworks that I’ve been working… Continue reading Using starter layouts to learn and enhance your workflow
A site redesign project and my experience with Nuxt.js
Learning Nuxt.js I’ve been working with Vue.js as I continue to learn more about modern JavaScript and front end development. I normally try to explore various implementations of frameworks with a quick demo and with the latest Vue CLI tool, this becomes even easier to do.