Skip to content

Developer Docs

Ian Arsenault edited this page Apr 9, 2018 · 11 revisions

Table Of Contents

MEVN Stack

Icons

CSS Frameworks

Learning Tools

  1. Intro to Vue
  2. Vue Forum
  3. Learn Vue Step by Step
  4. Build Full Stack Web App with MEVN Stack Part i &&Build Full Stack Web App with MEVN Stack Part II

Gitignore Template

This is required for any repository you work on. As developers we should not be pushing anything to do with what IDE's we use, our operating systems, as well as any unnecessary modules such as node_modules.

If you're creating a repository make sure you add this before you push any code. If you're working on another repository make sure you've added your respected gitignore settings before pushing any new changes.

add gitignore template

Working with MongoDB

Deploying

Here are a list of possible useful articles on how to deploy Vue applications to AWS, Digital Ocean.

TODO

  • Add install docs
  • Add common debug techniques
  • add commands for mongod shell

Clone this wiki locally