-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontend.json
More file actions
30 lines (30 loc) · 882 Bytes
/
frontend.json
File metadata and controls
30 lines (30 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"name": "NPM workspaces",
"ring": "adopt",
"quadrant": "Tools",
"isNew": "TRUE",
"description": "NPM official multi repo package manager. We can use it to build multiple project at once. It may be useful for tightly dependent libraries but managed in different projects"
},
{
"name": "JavaScript",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "JavaScript is our main programming language for FrontEnd"
},
{
"name": "Nodejs Modules",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "TRUE",
"description": "In order to reduce code duplicaton and faster load. https://docs.npmjs.com/creating-node-js-modules"
},
{
"name": "PWA",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "TRUE",
"description": "Modern web browser standard"
}
]