---
title: Connect a Vue.js application to Neon
subtitle: Set up a Neon project in seconds and connect from a Vue.js application
enableTableOfContents: true
updatedOn: '2025-05-20T14:57:22.322Z'
---
Vue.js is a progressive JavaScript framework for building user interfaces.
Neon Postgres should be accessed from the server side in Vue.js applications. You can achieve this using Vue.js meta-frameworks like Nuxt.js or Quasar Framework.
## Vue Meta-Frameworks
Find detailed instructions for connecting to Neon from various Vue.js meta-frameworks.