Skip to content

Commit 133179e

Browse files
committed
feat: init commit
1 parent f8086a5 commit 133179e

22 files changed

+1807
-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

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

0 commit comments

Comments
 (0)