Skip to content

Commit eb0098b

Browse files
Update README.md
1 parent e5b78d9 commit eb0098b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,28 @@ TodoList स event आन पर toggle या delete करता ह।
109109
.............................................................................................................................
110110

111111
Tech Stack=> (HTML, css3, bootstrap5, vue.js3 composition-api)
112+
113+
..........................................................................................................................
114+
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+
}
136+

0 commit comments

Comments
 (0)