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)
- 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
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
- 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