Updated the readme.md
This commit is contained in:
parent
be7c1a4fdc
commit
7ab91b6f89
1 changed files with 29 additions and 15 deletions
44
readme.md
44
readme.md
|
|
@ -1,22 +1,36 @@
|
||||||
# Frontend Demos
|
# Frontend Demos
|
||||||
|
|
||||||
In this project we work on different demo applications to quickly scaffold web frontends.
|
The purpose of this Project is:
|
||||||
|
|
||||||
|
- accelerate the implementation of new Projects
|
||||||
|
- standardizing and vetting of solutions
|
||||||
|
- improve the quality of the code
|
||||||
|
- documentation of current Guidelines
|
||||||
|
- example for new projects
|
||||||
|
- playground for our Trainees
|
||||||
|
|
||||||
## We maintain demo projects for the following frameworks:
|
## We maintain demo projects for the following frameworks:
|
||||||
|
|
||||||
- Vuejs
|
- Vuejs
|
||||||
- Angular
|
- Angular
|
||||||
- React
|
- React
|
||||||
|
|
||||||
## Followings questions should be discussed for working on our projects:
|
> The goal is not to "support" all the Frameworks that we can find but to focus our atention and expertise on the main ones.
|
||||||
|
|
||||||
- Usage of (high level) CSS frameworks
|
## Topics to be discussed
|
||||||
- Usage of prettier
|
|
||||||
- Usage of ESLint
|
- Authentication
|
||||||
- Unified configuration of Prettier/ESLint/Editorconfig
|
- Error handling
|
||||||
- State Management
|
- Logging
|
||||||
- Routing
|
- Usage of (high level) CSS frameworks.
|
||||||
- Folder structure
|
- Design Tokens
|
||||||
- Translations (/translation engine)
|
- Styles Dictionary
|
||||||
- npm commands (run, start, deploy, etc.)
|
- Usage of prettier
|
||||||
- Testdefinition (every new found bug results in a new test)
|
- Usage of ESLint
|
||||||
|
- Unified configuration of Prettier/ESLint/Editorconfig
|
||||||
|
- State Management
|
||||||
|
- Routing
|
||||||
|
- Folder structure
|
||||||
|
- Translations (/translation engine)
|
||||||
|
- npm commands (run, start, deploy, etc.)
|
||||||
|
- Testdefinition (every new found bug results in a new test)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue