RacimRgh / VueFrontendTemplate

A Vue.js front-end template for a Vue.js (Front-end) + Node.js (Back-end) + MongoDB (Database) quick deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Frontend for a Vue.js + Node.js + MongoDB fullstack app

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

Features

  • 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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A Vue.js front-end template for a Vue.js (Front-end) + Node.js (Back-end) + MongoDB (Database) quick deployment

License:MIT License


Languages

Language:Vue 62.9%Language:JavaScript 33.1%Language:HTML 3.8%Language:Shell 0.2%