Fall Foundry
Articles Topics About

Vue

Fixing missing environment variables in Nuxt 3

April 28th, 2023

Some packages will look for environment variables using process.env, even in the browser. How do we feed them what they need?

Using directives in the Options API

March 20th, 2024

How to register directives when you are using the good-old-fashioned Options API in Vue 3.