Questions tagged [lucee]

Lucee stands out as a dynamic scripting language optimized for the JVM, offering developers the ability to quickly and easily create anything from basic websites to complex web applications.

Integrating Vue Router with a CFML (Lucee) server

I have a Vue Router set up that is working flawlessly for navigation using <router-link to="/test">test</router-link>, but when I manually type the URL into the browser like , it reloads the page and shows a 404 error. On the server-side, I ...