Skip to content

Commit cdc1534

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Vinura Pathirana <154809219+VinuraPathirana@users.noreply.github.com>
1 parent a55f2c0 commit cdc1534

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

site/content/docs/guide_vite.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,26 @@ <h1 class="jk-display-6" style="margin: 20px 0;">Import JKCSS to the Vite + JKCS
188188
<span style="color: gray;">// Import custom CSS file (src/scss/style.scss)</span><br><br>
189189
<span style="color: blueviolet;">import </span><span class="red-text">"../scss/styles.scss"</span>;
190190
<br><br><br>
191-
<span style="color: gray;">// Import JKCSS </span><br><br>
191+
<span style="color: gray;">// Import JKCSS JS </span><br><br>
192192
<span style="color: blueviolet;">import <span class="blue-text">*</span>as <span class="blue-text">jkcss</span> </span><span class="red-text">"../../node_modules/@jehankandy/jkcss/js/jkcss.min"</span>;
193193

194194
</div>
195195

196196
</section>
197197

198+
<section id="last">
199+
<h1 class="jk-display-6" style="margin: 20px 0;">finalize</h1>
200+
<p>This is the end of the setups </p>
201+
<p>Lastly you have to run the vite project using following command</p>
202+
203+
<div class="code-back">
204+
<span class="blue-text">npm</span> start
205+
</div>
206+
207+
<p><b>Now you can continue the project.....!</b></p>
208+
209+
</section>
210+
198211
</div>
199212
</div>
200213
</div>

0 commit comments

Comments
 (0)