Skip to content

Commit e36bb11

Browse files
committed
first commit
0 parents  commit e36bb11

13 files changed

+1347
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "vue-lazy-load-image-component",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"dependencies": {
13+
"@vitejs/plugin-vue": "^4.2.1",
14+
"eslint": "^8.40.0",
15+
"vite": "^4.3.5"
16+
}
17+
}

0 commit comments

Comments
 (0)