Skip to content

Commit

Permalink
Migrated from vue-cli-5 to Vite 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonSolisPedro committed Jan 12, 2023
1 parent 123bd45 commit d8b56b7
Show file tree
Hide file tree
Showing 33 changed files with 1,435 additions and 20,307 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

28 changes: 17 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.idea
.vscode
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
*.sw?
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions cloudbuild.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="es">

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>¡Hola!</title>
</head>

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

</html>
19 changes: 0 additions & 19 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit d8b56b7

Please sign in to comment.