Skip to content

Commit 5786ab1

Browse files
README.md
1 parent e94fdf4 commit 5786ab1

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,22 @@ TodoList स event आन पर toggle या delete करता ह।
7070
..............................................................................................................................
7171

7272
कैसे चलाएं (install/run
73-
74-
75-
6-open browser and type (http://localhost:5173/) into browser address bar
73+
FRONTEND WORK:-
74+
0-Node.js Install (अगर पहले से नहीं है) Node.js download : https://nodejs.org
75+
for check node install or not:- open cmd-command and type (node -v) then enter .you will see v22.11.0
76+
77+
1-download all(vue.js Todo_App project) from github
78+
79+
2-how run download project from local environment
80+
--1- you open this vue.js3-project with visual-studio-code .
81+
---2-opend cmd-command and type (cd ..) then enter like this you continue (cd ..) when till you will not found c:\ and in last you cmd-command look like this c:/
82+
---3-you cmd-command look like this: c:/ and open visual-studio-code goto file-menu click(open-folder) then select Todo_App project(all files and folder) where you download this Todo_App from github after open folder and select Todo_App you will see vue.js project .
83+
--4- goto view-menu select (terminal) . from terminal you find path then you copy only just example like this:(\Users\Rajkumar\Desktop\project1\todoApps\todoApp) . same as your computer do like this but your computer will be your path you copy and you used own path, do not use my path ok.
84+
--5-paste(\Users\Rajkumar\Desktop\project1\todoApps\todoApp) into cmd. same as you paste own path like this ok, not my path ok.
85+
cmd:- C: \Users\Rajkumar\Desktop\project1\todoApps\todoApp> then you do enter and agin type (npm run dev) in last
86+
C: \Users\Rajkumar\Desktop\project1\todoApps\todoApp>npm run dev ...(then enter your vue.js project will be run . you type http://localhost:5173/ into browser)
87+
88+
6-open browser and type (http://localhost:5173/) into browser address bar you found Todo_App display
7689
.............................................................................................................................
7790

7891
Tech Stack=> (HTML, css3, javascript,bootstrap5, vue.js3 composition-api)

0 commit comments

Comments
 (0)