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
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<imgsrc="images/banner.png"align="center" />
3
3
</div>
4
4
<br/>
5
-
<divalign="center">Performanceoriented UI Frameworks application boilerplate creator with TypeScript using the popular front-end ecosystem tools.</div>
5
+
<divalign="center">Performance-oriented frontend application creator with popular tools.</div>
Copy file name to clipboardexpand all lines: documentation/src/pages/index.js
+2-3
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ function Sections() {
55
55
<divclassName="col col--4 col--offset-1">
56
56
<h2>All plugins has best practice</h2>
57
57
<p>
58
-
We have added all the <strong>best practices</strong> you need while creating your new project.
59
58
superplate gives you many abilities to create your own plugin and interact with the others.
59
+
You can add <strong>usefull, highly-demands front-end development tools and libraries</strong> as a plugin by using superplate CLI during the project creation phase.
60
60
<br/>
61
61
<br/>
62
62
To create a project called <i>my-app</i>, run this command:
@@ -109,8 +109,7 @@ module.exports = {
109
109
<divclassName="col col--4 col--offset-1">
110
110
<h2>Easy to extend/customize plugin structure</h2>
111
111
<p>
112
-
Kolay extend/customize edilebilir plugin yapısı
113
-
superplate gives you many abilities to create your own plugin and interact with the others.
112
+
You can easily develop your own framework CLI and plugins according to your needs to on top of superplate codebase due to its framework/plugin agnostic nature.
0 commit comments