Skip to content

Commit e94fdf4

Browse files
Update README.md
1 parent eb0098b commit e94fdf4

File tree

1 file changed

+1
-55
lines changed

1 file changed

+1
-55
lines changed

README.md

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -71,66 +71,12 @@ TodoList स event आन पर toggle या delete करता ह।
7171

7272
कैसे चलाएं (install/run
7373

74-
0- make folder (todoApp) on desktop and select path of (todoApp) folder such that like this (\Users\Rajkumar\Desktop\todoApp).
75-
76-
1-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 c:/
77-
78-
2-you cmd-command look like this:
79-
c:/
80-
and paste this path(\Users\Rajkumar\Desktop\todoApp) then you see of cmd look like this:
81-
c:\Users\Rajkumar\Desktop\todoApp
82-
83-
3- Create Project using vue.js
84-
you type(npm create vue@latest) into cmd like this:
85-
C:\Users\Rajkumar\Desktop\todoApp>npm create vue@latest
86-
87-
(npm create vue@latest क्या करता है ये command?
88-
यह command Vue.js का latest starter setup बनाता है, यानी:
89-
Vite के साथ Vue project
90-
Project name, TypeScript, Router, Pinia आदि setup options)
91-
92-
4-फिर यह पूछेगा:
93-
94-
✔ Project name: … todo
95-
✔ Add TypeScript? … No
96-
✔ Add Vue Router for Single Page Application development? … Yes
97-
✔ Add Pinia for state management? … Yes
98-
✔ Add Vitest for Unit Testing? … No
99-
✔ Add Cypress for Testing? … No
100-
✔ Add ESLint for code quality? … Yes
101-
102-
103-
5-इसके बाद ये command चलाएं:
104-
-> cd todo
105-
-> npm install
106-
-> npm run dev
10774

10875
6-open browser and type (http://localhost:5173/) into browser address bar
10976
.............................................................................................................................
11077

111-
Tech Stack=> (HTML, css3, bootstrap5, vue.js3 composition-api)
78+
Tech Stack=> (HTML, css3, javascript,bootstrap5, vue.js3 composition-api)
11279

11380
..........................................................................................................................
11481

115-
package.json =>
116-
117-
{
118-
"name": "todoapp",
119-
"version": "0.0.0",
120-
"private": true,
121-
"type": "module",
122-
"scripts": {
123-
"dev": "vite",
124-
"build": "vite build",
125-
"preview": "vite preview"
126-
},
127-
"dependencies": {
128-
"vue": "^3.5.13"
129-
},
130-
"devDependencies": {
131-
"@vitejs/plugin-vue": "^5.2.1",
132-
"vite": "^6.0.11",
133-
"vite-plugin-vue-devtools": "^7.7.1"
134-
}
135-
}
13682

0 commit comments

Comments
 (0)