Skip to content

Commit

Permalink
added vite-app
Browse files Browse the repository at this point in the history
  • Loading branch information
r7projects-shayan committed Jun 8, 2024
1 parent 7814947 commit c162be3
Show file tree
Hide file tree
Showing 31 changed files with 5,570 additions and 1,215 deletions.
24 changes: 24 additions & 0 deletions vite-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
16 changes: 16 additions & 0 deletions vite-app/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!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>ResourceHub</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions vite-app/javascript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c162be3

Please sign in to comment.