-
Notifications
You must be signed in to change notification settings - Fork 6
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
0 parents
commit 890f591
Showing
480 changed files
with
54,881 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
> 1% | ||
last 2 versions |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
node: true, | ||
}, | ||
extends: ['plugin:vue/recommended', '@vue/airbnb'], | ||
parserOptions: { | ||
parser: 'babel-eslint', | ||
}, | ||
rules: { | ||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', | ||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', | ||
|
||
semi: ['error', 'never'], | ||
'max-len': 'off', | ||
'linebreak-style': 'off', | ||
camelcase: ['error', { properties: 'never', ignoreDestructuring: true, ignoreImports: true }], | ||
'arrow-parens': ['error', 'as-needed'], | ||
'vue/multiline-html-element-content-newline': 'off', | ||
}, | ||
} |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
# local env files | ||
.env.local | ||
.env.*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode/* | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
!.vscode/*.code-snippets | ||
|
||
# script | ||
/Rexo-scripts | ||
|
||
# Docs | ||
/docs/.temp |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dist | ||
dev/assets/vendor | ||
node_modules | ||
src/node_modules |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Rexo-UI - VueJS & HTML 网站/后台管理模板 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/cli-plugin-babel/preset', | ||
], | ||
} |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["src/*"], | ||
"@core/*": ["src/@core/*"], | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"name": "rexo-ui-vuejs-html-admin-dashboard-template", | ||
"version": "1.7.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@casl/ability": "4.1.6", | ||
"@casl/vue": "1.1.1", | ||
"@fullcalendar/common": "5.x", | ||
"@fullcalendar/core": "5.x", | ||
"@fullcalendar/daygrid": "5.x", | ||
"@fullcalendar/interaction": "5.x", | ||
"@fullcalendar/list": "5.x", | ||
"@fullcalendar/timegrid": "5.x", | ||
"@fullcalendar/vue": "5.x", | ||
"@vue/composition-api": "1.3.0", | ||
"@vueuse/core": "4.0.0", | ||
"animate.css": "4.1.1", | ||
"apexcharts": "3.23.0", | ||
"axios": "0.21.1", | ||
"axios-mock-adapter": "1.19.0", | ||
"bootstrap": "4.6.0", | ||
"bootstrap-vue": "2.21.1", | ||
"chart.js": "2.9.4", | ||
"core-js": "3.8.1", | ||
"echarts": "4.8.0", | ||
"flatpickr": "^4.6.9", | ||
"jsonwebtoken": "8.5.1", | ||
"leaflet": "1.6.0", | ||
"portal-vue": "2.1.7", | ||
"postcss-rtl": "1.7.3", | ||
"prismjs": "1.19.0", | ||
"swiper": "5.4.5", | ||
"uuid": "8.3.2", | ||
"vee-validate": "3.4.5", | ||
"vue": "2.x", | ||
"vue-apexcharts": "1.6.0", | ||
"vue-autosuggest": "2.2.0", | ||
"vue-awesome-swiper": "4.1.1", | ||
"vue-baidu-map": "^0.21.22", | ||
"vue-chartjs": "3.5.0", | ||
"vue-cleave-component": "2.1.3", | ||
"vue-clipboard2": "0.3.1", | ||
"vue-context": "6.0.0", | ||
"vue-echarts": "5.0.0-beta.0", | ||
"vue-feather-icons": "5.1.0", | ||
"vue-flatpickr-component": "8.1.6", | ||
"vue-form-wizard": "0.8.4", | ||
"vue-good-table": "2.21.0", | ||
"vue-i18n": "8.22.2", | ||
"vue-perfect-scrollbar": "0.2.1", | ||
"vue-prism-component": "1.1.1", | ||
"vue-quill-editor": "3.0.6", | ||
"vue-ripple-directive": "2.0.1", | ||
"vue-router": "3.4.9", | ||
"vue-select": "3.11.2", | ||
"vue-slider-component": "3.2.11", | ||
"vue-sweetalert2": "4.1.1", | ||
"vue-toastification": "1.7.8", | ||
"vue-tour": "1.5.0", | ||
"vue-tree-halower": "1.8.3", | ||
"vue2-leaflet": "2.5.2", | ||
"vuedraggable": "2.24.3", | ||
"vuex": "3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.9", | ||
"@vue/cli-plugin-eslint": "~4.5.9", | ||
"@vue/cli-plugin-router": "~4.5.9", | ||
"@vue/cli-plugin-vuex": "~4.5.9", | ||
"@vue/cli-service": "~4.5.9", | ||
"@vue/eslint-config-airbnb": "^5.3.0", | ||
"@vuepress/plugin-medium-zoom": "^1.7.1", | ||
"babel-eslint": "^10.0.3", | ||
"compression-webpack-plugin": "^5.0.1", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-vue": "6.2.2", | ||
"sass": "1.32.*", | ||
"sass-loader": "^10.1.0", | ||
"vue-template-compiler": "2.x" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
const rtl = require('postcss-rtl') | ||
|
||
module.exports = { | ||
plugins: [rtl()], | ||
} |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" /> | ||
<!-- 加载页面样式 --> | ||
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loader.css" /> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" /> | ||
<title>Rexo-UI VueJS & HTML 网站/后台管理模板</title> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong | ||
>由于没有启用 JavaScript,Rexo-UI 模板无法正常工作。</strong | ||
> | ||
</noscript> | ||
<div id="loading-bg"> | ||
<div class="loading-logo"> | ||
<img src="<%= BASE_URL %>logo.png" alt="Logo" /> | ||
</div> | ||
<div class="loading"> | ||
<div class="effect-1 effects"></div> | ||
<div class="effect-2 effects"></div> | ||
<div class="effect-3 effects"></div> | ||
</div> | ||
</div> | ||
<div id="app"></div> | ||
<!-- 将自动导入生成的文件 --> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,84 @@ | ||
body { | ||
margin: 0; | ||
} | ||
|
||
#loading-bg { | ||
width: 100%; | ||
height: 100%; | ||
background: #fff; | ||
display: block; | ||
position: absolute; | ||
} | ||
.loading-logo { | ||
position: absolute; | ||
left: calc(50% - 35px); | ||
top: 40%; | ||
} | ||
.loading { | ||
position: absolute; | ||
left: calc(50% - 25px); | ||
top: 55%; | ||
width: 50px; | ||
height: 50px; | ||
border-radius: 50%; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
border: 3px solid transparent; | ||
} | ||
.loading .effect-1, | ||
.loading .effect-2 { | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
border: 3px solid transparent; | ||
border-left: 3px solid rgb(51, 102, 204); | ||
border-radius: 50%; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
.loading .effect-1 { | ||
animation: rotate 1s ease infinite; | ||
} | ||
.loading .effect-2 { | ||
animation: rotateOpacity 1s ease infinite 0.1s; | ||
} | ||
.loading .effect-3 { | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
border: 3px solid transparent; | ||
border-left: 3px solid rgb(51, 102, 204); | ||
-webkit-animation: rotateOpacity 1s ease infinite 0.2s; | ||
animation: rotateOpacity 1s ease infinite 0.2s; | ||
border-radius: 50%; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
.loading .effects { | ||
transition: all 0.3s ease; | ||
} | ||
|
||
@keyframes rotate { | ||
0% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
100% { | ||
-webkit-transform: rotate(1turn); | ||
transform: rotate(1turn); | ||
} | ||
} | ||
@keyframes rotateOpacity { | ||
0% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
opacity: 0.1; | ||
} | ||
100% { | ||
-webkit-transform: rotate(1turn); | ||
transform: rotate(1turn); | ||
opacity: 1; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.