Overview
LogoVue is a fullstack template with a goal to help people create a reactive, realtime, and user-friendly backend system. This template only supports Vue2 and uses ElementUI as the default UI library. It requires MongoDB as the database and basic Vue.js skills.
Features
- Vue.js
- Vue Router
- Vuex
- Vue-i18n
- Vue-resource
- ElementUI
- Express
- Mongoose
- Socket.io
- Mock server
Installation
- Install MongoDB if you haven’t already.
- Run npm install to install all dependencies.
- Configure the necessary options in the config.js file.
- Set up the environment variables for deployment.
- Run the backend server using npm start.
- Access the frontend by either serving it with the express server or using an HTTP server like nginx.
Summary
LogoVue is a fullstack template designed to help users create a reactive and user-friendly backend system. It supports Vue2 and integrates with various libraries and tools including ElementUI, Express, and MongoDB. Users are encouraged to customize the template as per their needs and contribute to its development.