All Projects → mubaidr → Node Vue Template

mubaidr / Node Vue Template

Licence: apache-2.0
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Vue Template

Landing Page
Tailwind CSS Starter Template - Landing Page
Stars: ✭ 444 (+616.13%)
Mutual labels:  starter-template
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (-45.16%)
Mutual labels:  starter-template
Sage Starter
Starter for Sage 10 with TailwindCSS and PostCSS
Stars: ✭ 48 (-22.58%)
Mutual labels:  starter-template
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+812.9%)
Mutual labels:  starter-template
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-58.06%)
Mutual labels:  starter-template
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-37.1%)
Mutual labels:  starter-template
Wp Vue
A simple Vue blog template that displays posts from any WordPress REST API endpoint.
Stars: ✭ 423 (+582.26%)
Mutual labels:  starter-template
Simple Ionic 3 App
A simple Ionic 3 app with get requests to a local JSON file. It showcases how to set up a simple service and provides some nice components for your own application.
Stars: ✭ 59 (-4.84%)
Mutual labels:  starter-template
React Rapid
React-Rapid: Fast, Responsive & Free React Starter Template
Stars: ✭ 33 (-46.77%)
Mutual labels:  starter-template
Spring Boot Angular Template
Starter Template to create a OAuth2 secured dockerized Spring Boot 2 Application with Angular 8 Frontend
Stars: ✭ 48 (-22.58%)
Mutual labels:  starter-template
Heroku Django Template
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
Stars: ✭ 887 (+1330.65%)
Mutual labels:  starter-template
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: ✭ 23 (-62.9%)
Mutual labels:  starter-template
Admin Template Night
Tailwind CSS Starter Template - Admin Dashboard Template (Night Mode)
Stars: ✭ 40 (-35.48%)
Mutual labels:  starter-template
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+720.97%)
Mutual labels:  starter-template
Api server boilerplate
typescript express board boilerplate using routing controller
Stars: ✭ 52 (-16.13%)
Mutual labels:  starter-template
Asp Net Core Vue Starter
ASP.NET Core + Vue.js starter project
Stars: ✭ 436 (+603.23%)
Mutual labels:  starter-template
Djangox
Django starter project with 🔋
Stars: ✭ 984 (+1487.1%)
Mutual labels:  starter-template
Nordic Store
Tailwind CSS Starter Template - Nordic Shop / Store
Stars: ✭ 61 (-1.61%)
Mutual labels:  starter-template
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1611.29%)
Mutual labels:  starter-template
Swiftysampleproject
A starter project for Sample Project in swift 3.0/4.0 (also bridging header included so you could use objective c code in it as well ). For objectiveC version : https://github.com/xeieshan/SampleProject > Supports iOS 8.4+ > Swift 4.x
Stars: ✭ 47 (-24.19%)
Mutual labels:  starter-template

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].