Skip to content

Commit

Permalink
修改项目结构
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Jun 15, 2022
1 parent a7c1e38 commit a8a2066
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/index.18fae29d.css

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions assets/index.a52a604d.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>关联线demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion vite.config.js → demo/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
base: './',
plugins: [vue()],
build: {
outDir: '../',
}
})
Binary file added favicon.ico
Binary file not shown.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>关联线demo</title>
<script type="module" crossorigin src="./assets/index.a52a604d.js"></script>
<link rel="stylesheet" href="./assets/index.18fae29d.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>

</body>
</html>

0 comments on commit a8a2066

Please sign in to comment.