-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Docs
Ian Arsenault edited this page Apr 14, 2018
·
11 revisions
- MEVN Stack
- CSS Frameworks
- Icons
- Learning Tools
- Gitignore Template
- MongoDB Compass
- Working with MongoDB
- Deploying Vue Applications
- Intro to Vue
- Vue Forum
- Learn Vue Step by Step
-
Build Full Stack Web App with MEVN Stack Part i
&&Build Full Stack Web App with MEVN Stack Part II
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
Compass is a GUI for MongoDB that allows you to:
- View, add, and delete databases and collections
- Monitor performance in real time and identify slow queries
- View and interact with documents with full CRUD functionality
- Build and run ad hoc queries
- Visually explore the structure of data in your database
- View and optimize query performance with visual explain plans
- Manage indexes: view stats, create, and delete
- Create and modify data validation rules
Here are a list of possible useful articles on how to deploy Vue applications to AWS, Digital Ocean.
- How to deploy Vue app? - Stack Overflow
- Deploy Vue App to AWS S3
- Host a Vue.js website on Amazon S3
- Add more.....
TODO
- Add install docs
- Add common debug techniques
- add commands for mongod shell