You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPFx/scaffolding.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,14 @@ Each folder/file purpose is described below:
48
48
| styles | To store global styles and variables of the SCSS of the webpart |
49
49
| tests | To store global tests of the webpart |
50
50
| components | To store all the components that integrate the webpart |
51
-
| ComponentName | <ul><li>Folder and component name files should be in PascalCase format </li><br />Each component folder should contain its corresponding:<li>Index file to export modules</li><li>Component file to declare the functionality of the component</li><li>Interface files to declare the props and state of the component</li><li>Testing unit file</li><li>Styles file</li></ul> |
52
51
52
+
Make sure each component folder follows/contains bellow recommendations:
53
+
* Folder and component name files should be in PascalCase format
54
+
* Index file to export modules
55
+
* Component file to declare the functionality of the component
56
+
* Interface files to declare the props and state of the component
0 commit comments