gitlab-org--gitlab-foss/doc/development/new_fe_guide/index.md
Simon Knox d7c92faacb Cleanup of fe_docs
Start moving back to regular fe_docs
Remove Initiatives, add section to index in fe_guide
Delete some no-longer-relevant parts from principles
Update title - Progressive Enchancement is a browser-support term
and could be confused
"When to use" parts are discussed elswhere
Vue & jQuery issue is no longer relevant
Delete duplicate Security docs
Remove empty files, move event_tracking
Shuffle index sections around
Remove sections on Vue & Webpack (we say same thing in prev paragraph)
Remove link to Droplab docs
2019-03-22 09:24:10 +11:00

719 B

Frontend Development Guidelines

This guide contains all the information to successfully contribute to GitLab's frontend. This is a living document, and we welcome contributions, feedback and suggestions.

Development

Guidance on topics related to development.

Dependencies

Learn about all the dependencies that make up our frontend, including some of our own custom built libraries.

Modules

Learn about all the internal JavaScript modules that make up our frontend.

Style guides

Style guides to keep our code consistent.

Tips

Tips from our frontend team to develop more efficiently and effectively.