File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments