- Node.js v8.9.4
- MongoDB v3.4.1
- Install mongodb
- Create database and user for authentication
- Turn on auth mode in mongodb config
- service mongodb start
# install dependencies
npm install
# set up semantic-ui
npm install -g gulp
cd semantic
gulp build
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Use npm run prod
in your local.
Use forever with environment variables in production.