This template is meant to be used with a full-stack application made up of the following components:
Frontend -> Vue.js
Backend -> Node.js
Database -> MongoDB
Backend template repo:
https://github.com/DuarteDx/NodeBackendTemplate
- Vuex Store for local data management
- Vue Router
- Passport.js user authentication
- API call examples for fetching data from backend
- Vuetify for better interface design and widgets
npm install
npm run serve
npm run build
npm run lint