/vue-ssr

Vue-ssr is a "ready to dev" setup for any new vue application requiring SSR rendering.

Primary LanguageJavaScript

Vue-SSR

CircleCI

Vue-ssr is a "ready to dev" setup for any new vue application requiring SSR rendering.

It also integrate some basic features like user login, registering pages with mongodb database integration and socket.io for client / server communication.

Features

  • Vue 3 as Frontend and SSR renderer
  • Vite as middleware for development and building
  • MongoDB cloud connexion
  • Http and socket.io for client / server interaction
  • Vui a rich vue web components
  • Docker for local development and deployment

Get started

  • rename .env_sample as .env
  • edit .env file and update with your mongo variables

Then to run application:

docker-compose up