Skip to content

Commit

Permalink
upgrade demos to vue3 + vite
Browse files Browse the repository at this point in the history
  • Loading branch information
tlr committed Mar 3, 2023
1 parent 81bfb6c commit 1e2829a
Show file tree
Hide file tree
Showing 28 changed files with 2,189 additions and 25,201 deletions.
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

176 changes: 176 additions & 0 deletions dist/assets/index-bbec7efd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-beda4056.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/css/app.cd16d08c.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/css/chunk-vendors.ec54e134.css

This file was deleted.

24 changes: 23 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vnodes/favicon.ico><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css type=text/css><link rel=stylesheet href=https://unpkg.com/sakura.css/css/sakura.css type=text/css><title>vnodes</title><link href=/vnodes/css/app.cd16d08c.css rel=preload as=style><link href=/vnodes/css/chunk-vendors.ec54e134.css rel=preload as=style><link href=/vnodes/js/app.36089926.js rel=preload as=script><link href=/vnodes/js/chunk-vendors.fadf893f.js rel=preload as=script><link href=/vnodes/css/chunk-vendors.ec54e134.css rel=stylesheet><link href=/vnodes/css/app.cd16d08c.css rel=stylesheet></head><body><noscript><strong>We're sorry but vnodes doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vnodes/js/chunk-vendors.fadf893f.js></script><script src=/vnodes/js/app.36089926.js></script></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<!-- <link rel="stylesheet" href="https://unpkg.com/browse/normalize.css@8.0.1/" type="text/css"> -->
<title>vnodes</title>
<script type="module" crossorigin src="/assets/index-bbec7efd.js"></script>
<link rel="stylesheet" href="/assets/index-beda4056.css">
</head>
<body>
<noscript>
<strong>We're sorry but vnodes doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>

</body>
</html>
2 changes: 0 additions & 2 deletions dist/js/app.36089926.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.36089926.js.map

This file was deleted.

46 changes: 0 additions & 46 deletions dist/js/chunk-vendors.fadf893f.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/chunk-vendors.fadf893f.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="/favicon.ico">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
Expand All @@ -16,6 +16,6 @@
<strong>We're sorry but vnodes doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 1e2829a

Please sign in to comment.