Skip to content

Commit

Permalink
feat: release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blupdew committed Sep 10, 2024
1 parent b09f804 commit 673ace0
Show file tree
Hide file tree
Showing 6 changed files with 1,263 additions and 1,085 deletions.
163 changes: 81 additions & 82 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,82 +1,81 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# Build
dist
dist-ssr
*.local

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# IDE / Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Service worker
sw.*

# macOS
.DS_Store

# Vim swap files
*.swp

# S3
aws-credentials.json
upload-s3.js
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# Build
dist-ssr
*.local

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# IDE / Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Service worker
sw.*

# macOS
.DS_Store

# Vim swap files
*.swp

# S3
aws-credentials.json
upload-s3.js
1 change: 0 additions & 1 deletion vite-project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
1 change: 1 addition & 0 deletions vite-project/dist/assets/index-DQEmTXng.js

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

1 change: 1 addition & 0 deletions vite-project/dist/assets/index-DuBQaLpT.css

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

18 changes: 18 additions & 0 deletions vite-project/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="fr">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hopla</title>
<script type="module" crossorigin src="/assets/index-DQEmTXng.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DuBQaLpT.css">
</head>

<body>
<div id="app">
<div class="square">arf</div>
</div>
</body>

</html>
Loading

0 comments on commit 673ace0

Please sign in to comment.