@e-xode/vue-ssr is a "ready to dev" setup for any new vue application requiring SSR rendering.
- user login, registration, account pages
- mongodb database integration
- socket.io for client / server communication
- minimalist online shop
- content management system and administration interface
- database schema is fully defined by application json files
- Vue 3 as Frontend and SSR renderer
- Vui a rich vue web components
- Vite as middleware for app development and building
- Http and socket.io for client / server interaction
- MongoDB cloud connexion (or local mongo container )
- Docker for local development and deployment
cp .env_sample .env(optional: edit .env file and update with your node, mongo, smtp variables )
Then to run application:
docker-compose up