You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Vue 3-based frontend for a MEVN (MongoDB, Express, Vue, Node.js) stack. It uses Pinia for state management and Vuetify for UI components, with Docker support for seamless containerization. The app communicates with the MEVN backend via REST API, implementing basic authentication and user registration using JWT tokens.
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
This project is a Vue 3-based frontend for a MEVN (MongoDB, Express, Vue, Node.js) stack. It uses Pinia for state management and Vuetify for UI components, with Docker support for seamless containerization. The app communicates with the MEVN backend via REST API, implementing basic authentication and user registration using JWT tokens.