An open API service indexing awesome lists of open source software.

https://github.com/lovefields/fecx-convention

Front-end Contextual Experience Convention
https://github.com/lovefields/fecx-convention

convention front-end front-end-development

Last synced: 5 months ago
JSON representation

Front-end Contextual Experience Convention

Awesome Lists containing this project

README

          

[KO](./README_ko.md) | [EN](./README.md)

# FECX(Front-end Contextual Experience) Convention

FECX (Front-end Contextual Experience) Convention is founded on the philosophy of "**writing the most human-readable code possible.**"

In modern front-end development, everything is built through build tool, eliminating the need for abbreviations as was common in the past.

Since code is obfuscated by default in these environments, it ultimately needs to be readable by humans above all else.

> FECX is optimized for Nuxt.

## Convention List

- 📘 Writing Rules
- [HTML](./writing-rules/html_en.md)
- [CSS](./writing-rules/css_en.md)
- [Script (Javascript & TypeScript)](./writing-rules/script_en.md)
- 📐 Naming Rules
- [class](./naming-rules/class_en.md)
- [SCSS](./naming-rules/scss_en.md)
- [script](./naming-rules/script_en.md)
- [utiles & composables](./naming-rules/utiles&composables_en.md)
- [image](./naming-rules/image_en.md)
- [URN](./naming-rules/urn_en.md)
- ⚙️ Setting
- [VSCode](./setting_en.md)