Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

A starter template for building complete application using Node.js and Vue.js with some included packages and configurations to help start the development quickly.

License

mubaidr/node-vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Vue-Template

codebeat badge

A starter template for building a complete application using Node.js and Vue.js with some included packages and configurations to help jump-start the development process.

There are two parts of this project, backend api and single page frontend application and each part is contained in the respective folder.

Major packages inlcuded and configured (as required)

Backend

Highlights

  • Sequelize configures models from a directory, just add a new model and sequelize will load it.
  • Authentication is already setup using JSONWebToken for Node.js
  • Add custom route endpoints

Build Setup

By default this application is configured to use SQL server, but by doing minor changes you can easily switch to any database of your choice. Details

Frontend

Highlights

  • Preconfigured axios for jwt authentication
  • Automatic page & Ajax progress bars
  • Persistent login & register implemented using Vuex & Vue-router
  • Bootswatch used for themes
  • Webpack dev & build server configured (with linting)
  • Stylus is enabled
  • Some Vue-mixins for authentication/user info

Build Setup

About

A starter template for building complete application using Node.js and Vue.js with some included packages and configurations to help start the development quickly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published