0.0.2 • Published 6 years ago
vue-express-mongodb-boilerplate v0.0.2
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
- Node.JS
- Express - REST API routes
- MongoDB
- Mongoose - Object modelling for the database fields
- Mongoose-Paginate - Pagination for the REST API Calls
Client-side
- VueJS 2.x
- Vuex
- Vue-router - client routes
- Vue-good-table - Table with server side pagination
- SCSS
- PostCSS with precss and autoprefixer
- Babel
Usage
Install dependencies
$ npm install
or
yarn install
For development
$ yarn run dev
$ yarn run client:watch:all