-
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.
- Loading branch information
Showing
8 changed files
with
3,435 additions
and
4,934 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
# my-repos | ||
# My Repos | ||
|
||
## Project setup | ||
``` | ||
yarn install | ||
``` | ||
List all my repositories with brief information | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
yarn serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
yarn build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
yarn lint | ||
``` | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
**Note**: Legacy Code, This project was created long ago and I'm lazy to rebuild the code. |
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,37 +1,42 @@ | ||
{ | ||
"name": "my-repos", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"private": true, | ||
"description": "Just A Web that Lists all my Repositories", | ||
"repository": "https://github.com/Leomotors/my-repos", | ||
"author": "Leomotors", | ||
"license": "MIT", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "^5.1.1", | ||
"core-js": "^3.17.3", | ||
"bootstrap": "^5.1.3", | ||
"core-js": "^3.21.1", | ||
"register-service-worker": "^1.7.2", | ||
"vue": "^3.2.11", | ||
"vue": "^3.2.31", | ||
"vue-class-component": "^8.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"@octokit/types": "^6.34.0", | ||
"@typescript-eslint/eslint-plugin": "^4.31.1", | ||
"@typescript-eslint/parser": "^4.31.1", | ||
"@vue/cli-plugin-babel": "^4.5.13", | ||
"@vue/cli-plugin-eslint": "^4.5.13", | ||
"@vue/cli-plugin-pwa": "^4.5.13", | ||
"@vue/cli-plugin-typescript": "^4.5.13", | ||
"@vue/cli-service": "^4.5.13", | ||
"@vue/compiler-sfc": "^3.2.11", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"@vue/eslint-config-typescript": "^7.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"eslint-plugin-vue": "^7.17.0", | ||
"prettier": "^2.4.0", | ||
"sass": "^1.40.0", | ||
"sass-loader": "^10.1.1", | ||
"typescript": "^4.4.3" | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"@vue/cli-plugin-babel": "^5.0.4", | ||
"@vue/cli-plugin-eslint": "^5.0.4", | ||
"@vue/cli-plugin-pwa": "^5.0.4", | ||
"@vue/cli-plugin-typescript": "^5.0.4", | ||
"@vue/cli-service": "^5.0.4", | ||
"@vue/compiler-sfc": "^3.2.31", | ||
"@vue/eslint-config-prettier": "^7.0.0", | ||
"@vue/eslint-config-typescript": "^10.0.0", | ||
"browserslist": "^4.20.2", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^8.5.0", | ||
"prettier": "^2.6.1", | ||
"sass": "^1.49.9", | ||
"sass-loader": "^12.6.0", | ||
"typescript": "^4.6.3" | ||
} | ||
} | ||
} |
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,6 +1,6 @@ | ||
/* eslint-disable */ | ||
declare module '*.vue' { | ||
import type { DefineComponent } from 'vue' | ||
const component: DefineComponent<{}, {}, any> | ||
export default component | ||
declare module "*.vue" { | ||
import type { DefineComponent } from "vue"; | ||
const component: DefineComponent<{}, {}, any>; | ||
export default component; | ||
} |
Oops, something went wrong.
571ad00
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: