Skip to content

Commit fdf7576

Browse files
committed
feat: init commit
1 parent f8086a5 commit fdf7576

22 files changed

+1837
-0
lines changed

Diff for: index.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Ant Design Vue Playground</title>
7+
</head>
8+
<body>
9+
<div id="app"></div>
10+
<script type="module" src="/src/main.ts"></script>
11+
</body>
12+
</html>

Diff for: package.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "sfc-playground",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"dev": "vite"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/vueComponent/sfc-playground.git"
12+
},
13+
"keywords": [],
14+
"author": "Amour1688",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/vueComponent/sfc-playground/issues"
18+
},
19+
"homepage": "https://github.com/vueComponent/sfc-playground#readme",
20+
"dependencies": {
21+
"@vue/repl": "1.3.0",
22+
"ant-design-vue": "3.2.9",
23+
"compare-versions": "4.1.3",
24+
"vue": "3.2.37"
25+
},
26+
"devDependencies": {
27+
"@types/node": "18.0.0",
28+
"@vitejs/plugin-vue": "2.3.3",
29+
"@vue/runtime-core": "3.2.37",
30+
"eslint": "8.18.0",
31+
"typescript": "4.7.4",
32+
"vite": "2.9.13"
33+
}
34+
}

0 commit comments

Comments
 (0)