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: docs/spfx/release-1.23.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,23 @@ SPFx CLI and templates are available in [GitHub](https://github.com/SharePoint/s
50
50
51
51
We are in progress of publishing first version of the CLI to NPMjs in upcoming days and we will share more documentation on the usage at this time. Current schedule for General Availability of SPFx CLI is June 2026.
52
52
53
+
Install the preview version of the SPFx CLI using following command.
54
+
55
+
```console
56
+
npm install @microsoft/spfx-cli --global
57
+
```
58
+
59
+
and you can scaffold your first solution with following command.
60
+
61
+
```console
62
+
spfx create \
63
+
--template webpart-react \
64
+
--library-name my-spfx-library \
65
+
--component-name "Hello World"
66
+
```
67
+
68
+
See more details and other options from the CLI [documentation](https://github.com/SharePoint/spfx/blob/main/apps/spfx-cli/README.md).
69
+
53
70
Your feedback is welcome. Let us know your first impressions and provide suggestions.
0 commit comments