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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ Here is a simple example that shows how to customize `Button` and `Input`
58
58
59
59
Minimum system versions
60
60
61
-
-`node >= 12.x`
62
-
-`npm >= 6.x`
61
+
-`node >= 14.x`
62
+
-`npm >= 7.x`
63
63
64
64
You can start to development with `npm run dev` command. The command watches for changes and builds the toolkit. If you want to generate a production ready build you can use `npm run build`.
0 commit comments