-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
feat:deploy playground
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>wu-component-playground</title> | ||
<style> | ||
html { | ||
width: 100vw;height:100vh; | ||
} | ||
</style> | ||
<!--<script src="https://unpkg.com/@wu-component/web-core-plus"></script>--> | ||
<script src="https://cdn.canyuegongzi.xyz/wu-code-playground/static/core/index.umd.js"></script> | ||
<script src="https://cdn.canyuegongzi.xyz/wu-code-playground/static/code_editor/index.umd.js"></script> | ||
<script src="https://cdn.canyuegongzi.xyz/wu-code-playground/static/sandbox/index.umd.js"></script> | ||
</head> | ||
<body style="width: 100%;height: 100%;margin: 0;"> | ||
<wu-code-playground style="width: 100%;height: 100%"></wu-code-playground> | ||
</body> | ||
<script src="https://cdn.canyuegongzi.xyz/wu-code-playground/static/playground/index.umd.js"></script> | ||
</html> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './options'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './options'; |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.