-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from branch 'feature/techs-refresh'
Upgraded project to latest technologies
- Loading branch information
Showing
48 changed files
with
8,838 additions
and
32,913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,43 @@ | ||
{ | ||
"name": "estante-virtual", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Julio L. Muller", | ||
"scripts": { | ||
"postinstall": "node -e \"require('fs').existsSync('.env') || require('fs').copyFileSync('.env.example', '.env')\"", | ||
"serve": "vue-cli-service serve --open", | ||
"dev": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"start": "node server.js", | ||
"heroku-postbuild": "echo Skipping 'npm run build'" | ||
}, | ||
"dependencies": { | ||
"axios": "~0.21.1", | ||
"bootstrap": "^4.6.0", | ||
"json-server": "^0.16.3", | ||
"vue": "^2.6.12", | ||
"vue-router": "^3.5.1", | ||
"vuex": "^3.6.2" | ||
"axios": "~0.26.0", | ||
"bootstrap": "^5.1.3", | ||
"json-server": "~0.17.0", | ||
"pinia": "^2.0.11", | ||
"vue": "^3.2.31", | ||
"vue-router": "^4.0.12" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.5.12", | ||
"@vue/cli-plugin-eslint": "^4.5.12", | ||
"@vue/cli-plugin-router": "^4.5.12", | ||
"@vue/cli-plugin-vuex": "^4.5.12", | ||
"@vue/cli-service": "^4.5.12", | ||
"babel-eslint": "^10.1.0", | ||
"core-js": "^3.12.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-lacussoft": "^1.0.0", | ||
"sass": "^1.32.12", | ||
"sass-loader": "^10.1.1", | ||
"vue-template-compiler": "^2.6.12" | ||
"@vue/cli-plugin-babel": "^5.0.1", | ||
"@vue/cli-plugin-eslint": "^5.0.1", | ||
"@vue/cli-plugin-router": "^5.0.1", | ||
"@vue/cli-plugin-typescript": "^5.0.1", | ||
"@vue/cli-service": "^5.0.1", | ||
"@vue/eslint-config-typescript": "^10.0.0", | ||
"core-js": "^3.21.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-lacussoft": "^2.3.0", | ||
"sass": "^1.49.8", | ||
"sass-loader": "^12.6.0", | ||
"typescript": "~4.5.5" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions" | ||
"last 2 versions", | ||
"not dead", | ||
"not ie 11" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<template> | ||
<span id="logo" class="h1"> | ||
Estante<span class="badge badge-hero p-1">Virtual</span> | ||
<span id="logo" class="h2"> | ||
Estante<span>Virtual</span> | ||
</span> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'Logo', | ||
} | ||
</script> | ||
|
||
<style lang="scss"> | ||
#logo { | ||
text-decoration: none; | ||
color: #111; | ||
font-weight: bold; | ||
text-decoration: none; | ||
user-select: none; | ||
span { | ||
border-radius: 0.5rem; | ||
background-color: var(--bs-hero); | ||
padding: 0.25rem; | ||
color: #fff; | ||
} | ||
} | ||
</style> |
Oops, something went wrong.
8fb0f39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: