Skip to content

Commit

Permalink
Add vue APP
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Aug 8, 2024
1 parent 93b092f commit 40adcfa
Show file tree
Hide file tree
Showing 19 changed files with 524 additions and 69 deletions.
1 change: 1 addition & 0 deletions config/react/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_FWK=react
1 change: 1 addition & 0 deletions config/vue/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_FWK=vue
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Library using React</title>
<title>Library</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit 40adcfa

Please sign in to comment.