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
- Host: GitHub
- URL: https://github.com/lovefields/fecx-convention
- Owner: lovefields
- License: mit
- Created: 2025-06-11T06:42:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T02:14:18.000Z (9 months ago)
- Last Synced: 2026-01-01T02:22:33.135Z (6 months ago)
- Topics: convention, front-end, front-end-development
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)