Fullstacker Tidbits

Something to share from a growing fullstacker

Multi-Locale in Vue Webpack Project

Developing frontend applications with Vue.js is a fairly hassle-free experience, especially when using vue-cli to bootstrap the structure. When I work on my project, my usual choice is simply the default webpack template provided officially. The template has all things for local development nicely put together with a single command of yarn dev, and for deployment yarn build.

Read More