/vue-express-mongo-boilerplate

Custom Node.js project Boilerplate with vue/express/mongo

Primary LanguageCSSMIT LicenseMIT

Vue, Express, MongoDB boilerplate

This is a boilerplate project with VueJS (Vue Router, Vuex) + ExpressJS + MongoDB (Mongoose).

This is my personal boilerplate and it is still in development, so feel free to make some pull requests and give some feedback about this boilerplate

Features

Server-side

Client-side

Usage

Install dependencies

$ npm install

or

yarn install

For development

$ yarn run dev
$ yarn run client:watch:all