Skip to content

Commit 673622b

Browse files
committed
feat: arco vue playground
1 parent bb638de commit 673622b

File tree

24 files changed

+205
-697
lines changed

24 files changed

+205
-697
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/renovate.json5

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 304 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +0,0 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2021-PRESENT Element Plus (https://github.com/element-plus)
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
<p align="center">
2-
<img width="300px" src="https://user-images.githubusercontent.com/10731096/95823103-9ce15780-0d5f-11eb-8010-1bd1b5910d4f.png">
3-
</p>
4-
5-
# Element Plus Playground
6-
7-
[![GitHub Pages](https://github.com/element-plus/element-plus-playground/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/element-plus/element-plus-playground/actions/workflows/gh-pages.yml)
8-
9-
You can go to [element-plus.run](https://element-plus.run/) to have a try! 😆
10-
11-
## Credits
12-
13-
- [vuejs/repl](https://github.com/vuejs/repl)
14-
15-
## License
16-
17-
[MIT](./LICENSE) License © 2021-PRESENT [三咲智子](https://github.com/sxzz)

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="icon" type="image/svg" href="./src/assets/logo.svg" />
8-
<title>Element Plus Playground</title>
7+
<meta charset="UTF-8" />
8+
<title>Arco Design Vue Playground</title>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"
13+
/>
914
<script>
1015
// process shim for old versions of @vue/compiler-sfc dependency
1116
window.process = { env: {} }

netlify.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build.environment]
2+
# bypass npm auto install
3+
NODE_VERSION = "16"
4+
NPM_FLAGS = "--version"
5+
6+
[build]
7+
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
8+
publish = "dist"
9+
10+
[[redirects]]
11+
from = "/*"
12+
status = 200
13+
to = "/index.html"
14+
15+
[[headers]]
16+
for = "/manifest.webmanifest"
17+
[headers.values]
18+
Content-Type = "application/manifest+json"

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "element-plus-playground",
2+
"name": "arco-vue-playground",
33
"version": "1.9.0",
4-
"description": "Element Plus Playground",
4+
"description": "Arco Vue Playground",
55
"keywords": [
6-
"element",
7-
"element-plus",
6+
"arco-vue",
87
"playground",
98
"repl"
109
],

public/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)