-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
Feature/v2.0.0
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
> 1% | ||
last 2 versions | ||
not dead |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
node: true, | ||
}, | ||
extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/prettier"], | ||
parserOptions: { | ||
parser: "babel-eslint", | ||
}, | ||
rules: { | ||
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off", | ||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off", | ||
}, | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/app' | ||
] | ||
} | ||
presets: ["@vue/cli-plugin-babel/preset"], | ||
plugins: [ | ||
[ | ||
"component", | ||
{ | ||
libraryName: "element-plus", | ||
styleLibraryName: "theme-chalk", | ||
}, | ||
], | ||
], | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,38 @@ | ||
{ | ||
"name": "vue-argon-dashboard", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"dev": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "4.5.0", | ||
"bootstrap": "4.6.0", | ||
"bootstrap-vue": "2.15.0", | ||
"chart.js": "2.9.3", | ||
"chart.js": "2.9.4", | ||
"core-js": "3.6.5", | ||
"flatpickr": "4.6.3", | ||
"element-plus": "1.0.1-beta.24", | ||
"nouislider": "14.6.0", | ||
"register-service-worker": "1.7.1", | ||
"vue": "2.6.11", | ||
"vue-chartjs": "3.5.0", | ||
"vue-clipboard2": "0.3.1", | ||
"vue-flatpickr-component": "8.1.5", | ||
"vue-router": "3.3.4", | ||
"vue2-transitions": "0.3.0" | ||
"google-maps": "4.3.3", | ||
"vue": "3.0.5", | ||
"vue-toastification": "1.7.11", | ||
"vue-router": "4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.4.6", | ||
"@vue/cli-plugin-eslint": "^4.4.6", | ||
"@vue/cli-plugin-pwa": "^4.4.6", | ||
"@vue/cli-service": "^4.4.6", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"node-sass": "^4.14.1", | ||
"sass-loader": "^8.0.2", | ||
"vue-template-compiler": "2.6.11" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended" | ||
], | ||
"rules": {}, | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
} | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
"@vue/cli-plugin-babel": "4.5.10", | ||
"@vue/cli-plugin-eslint": "4.5.10", | ||
"@vue/cli-plugin-router": "4.5.10", | ||
"@vue/cli-service": "4.5.10", | ||
"@vue/compiler-sfc": "3.0.5", | ||
"@vue/eslint-config-prettier": "6.0.0", | ||
"babel-eslint": "10.1.0", | ||
"babel-plugin-component": "1.1.1", | ||
"eslint": "7.17.0", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"eslint-plugin-vue": "7.4.1", | ||
"node-sass": "5.0.0", | ||
"prettier": "2.2.1", | ||
"sass-loader": "10.1.1" | ||
} | ||
} |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<template> | ||
<div id="app"> | ||
<notifications></notifications> | ||
<router-view/> | ||
<router-view /> | ||
</div> | ||
</template> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
|
||
.input-group-text { | ||
transition: $input-transition; | ||
border: 0; | ||
} | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
// Height | ||
// | ||
|
||
.h-0{ | ||
height: 0; | ||
} | ||
|
||
.h-100vh { | ||
height: 100vh !important; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Font Awesome Free License | ||
------------------------- | ||
|
||
Font Awesome Free is free, open source, and GPL friendly. You can use it for | ||
commercial projects, open source projects, or really almost whatever you want. | ||
Full Font Awesome Free license: https://fontawesome.com/license/free. | ||
|
||
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) | ||
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons | ||
packaged as SVG and JS file types. | ||
|
||
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) | ||
In the Font Awesome Free download, the SIL OFL license applies to all icons | ||
packaged as web and desktop font files. | ||
|
||
# Code: MIT License (https://opensource.org/licenses/MIT) | ||
In the Font Awesome Free download, the MIT license applies to all non-font and | ||
non-icon files. | ||
|
||
# Attribution | ||
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font | ||
Awesome Free files already contain embedded comments with sufficient | ||
attribution, so you shouldn't need to do anything additional when using these | ||
files normally. | ||
|
||
We've kept attribution comments terse, so we ask that you do not actively work | ||
to remove them from files, especially code. They're a great way for folks to | ||
learn about Font Awesome. | ||
|
||
# Brand Icons | ||
All brand icons are trademarks of their respective owners. The use of these | ||
trademarks does not indicate endorsement of the trademark holder by Font | ||
Awesome, nor vice versa. **Please do not use brand logos for any purpose except | ||
to represent the company, product, or service to which they refer.** |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.