debian-mirror-gitlab/doc/development/new_fe_guide/index.md

26 lines
719 B
Markdown
Raw Normal View History

2018-03-27 19:54:05 +05:30
# 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](development/index.md)
Guidance on topics related to development.
## [Dependencies](dependencies.md)
Learn about all the dependencies that make up our frontend, including some of our own custom built libraries.
2018-12-13 13:39:08 +05:30
## [Modules](modules/index.md)
Learn about all the internal JavaScript modules that make up our frontend.
2018-05-09 12:01:36 +05:30
## [Style guides](style/index.md)
2018-03-27 19:54:05 +05:30
Style guides to keep our code consistent.
2019-05-18 00:54:41 +05:30
2018-03-27 19:54:05 +05:30
## [Tips](tips.md)
Tips from our frontend team to develop more efficiently and effectively.