0.0.2 • Published 5 years ago

vue-express-mongodb-boilerplate v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

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