Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Express Mongo Boilerplate | 2,785 | 1 | 2 years ago | 1 | January 30, 2017 | 84 | JavaScript | |||
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS | ||||||||||
Gracejs | 1,371 | 1 | 4 months ago | 7 | February 03, 2020 | 13 | mit | JavaScript | ||
A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架) | ||||||||||
Vue Tutorial | 1,170 | 6 years ago | 5 | JavaScript | ||||||
vue2.0-tutorial | ||||||||||
Kov Blog | 630 | 6 years ago | 4 | mit | JavaScript | |||||
A blog platform built with koa,vue and mongoose. 使用 koa ,vue 和 mongo 搭建的博客页面和支持markdown语法的博客编写平台,自动保存草稿。博客地址:https://chuckliu.me | ||||||||||
Vuexpresso | 388 | 3 years ago | 14 | JavaScript | ||||||
:crystal_ball: VueJS + Express + GraphQL Boilerplate | ||||||||||
Mevn Boilerplate | 250 | 4 years ago | 13 | JavaScript | ||||||
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS. | ||||||||||
Mevn Stack | 183 | 2 years ago | 1 | mit | Vue | |||||
A Quickstart for building an Express API with a VueJS Admin Portal | ||||||||||
Vue Shopping Cart | 96 | 6 months ago | JavaScript | |||||||
Simple shopping cart with Vue.js and Deno.js | ||||||||||
Baidu_tieba_crawler | 90 | 6 years ago | JavaScript | |||||||
技术栈vue cheerio socket mongodb redis 在线演示地址 | ||||||||||
Venom Docker | 79 | 4 years ago | JavaScript | |||||||
Vue, Express, Node, Mongo with Docker-compose setup for local development |
This is a full stack webapp boilerplate project with VueJS + ExpressJS + MongoDB. It is NOT an out-of-box project. I make it in order to create an up-to-date starter repo which contains all important functions (user signup, login, oauth, profile, ...etc) except the business-logic. So when neccessary I can create a new webapp and only need to develop the business logic.
This is just my personal boilerplate, it may or may not be a good fit for your project(s). Inspired by dstroot/skeleton and sahat/hackathon-starter
If you like my work, please donate. Thank you!
Server-side
Client-side
Supported remote logging services
Install dependencies
$ npm install
or
yarn
For development
$ npm run dev
Build web app scripts and styles:
$ npm run build
For production
$ npm start
Building the images for the first time
$ docker-compose build
Starting the images
$ docker-compose up
+---build
+---client
| +---app
| | +---core
| | +---modules
| | +---demo
| | +---devices
| | +---home
| | +---posts
| | +---session
| |
| +---frontend
| +---images
| +---scss
|
+---data
+---logs
+---server
| | bundle.js
| | dev.js
| | index.js
| +---applogic
| | +---libs
| | +---modules
| | +---counter
| | +---devices
| | +---posts
| | +---session
| +---config
| | default.js
| | index.js
| | prod.js
| | test.js
| |
| +---core
| +---libs
| +---locales
| | +---en
| | +---hu
| +---models
| | user.js
| +---public
| +---routes
| +---schema
| +---services
| +---views
+---tests
|
| package.json
| secrets.json
If you want to bundle your NodeJS server-side code run webpack on server code with npm run build && npm run build:server
command. It if was success, run the server: npm run start:bundle
If you want to export bundled version copy these folders & files to the new place:
- server
- locales
- public
- views
- bundle.js
- package.json
- config.js (optional)
Before start, you have to install production dependencies with npm: npm install --production
These are the instructions for Google:
config.js
fileThese are the instructions for Facebook:
config.js
filehttp://localhost:3000
under Site URL
Note: After a successful sign in with Facebook, a user will be redirected back to home page with appended hash #_=_
in the URL. It is not a bug. See this Stack Overflow discussion for ways to handle it.
Update: Added a commented workaround to App.vue, otherwise the FB users may end up on a blank page on redirect.
These are the instructions for GitHub:
config.js
fileThese are the instructions for Twitter:
config.js
filevue-express-mongo-boilerplate is available under the MIT license.
Copyright (C) 2016 Icebob