Skip to content

Commit 9ee7e85

Browse files
committed
Change version coreUI to v3
1 parent a60e3eb commit 9ee7e85

File tree

216 files changed

+56566
-64298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+56566
-64298
lines changed

coreui/package-lock.json

Lines changed: 3928 additions & 4357 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coreui/package.json

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.1.5",
3+
"version": "3.0.0-alpha.5",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
77
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
88
"license": "MIT",
9-
"repository": {
10-
"type": "git",
11-
"url": "[email protected]:coreui/coreui-free-vue-admin-template.git"
12-
},
139
"scripts": {
1410
"serve": "vue-cli-service serve",
1511
"build": "vue-cli-service build",
@@ -18,39 +14,30 @@
1814
"test:e2e": "vue-cli-service test:e2e"
1915
},
2016
"dependencies": {
21-
"@babel/polyfill": "^7.4.4",
22-
"@coreui/coreui": "^2.1.12",
23-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
24-
"@coreui/icons": "0.3.0",
25-
"@coreui/vue": "^2.1.2",
26-
"axios": "^0.19.0",
27-
"bootstrap": "^4.3.1",
28-
"bootstrap-vue": "2.0.0-rc.24",
29-
"chart.js": "^2.8.0",
30-
"core-js": "^2.6.9",
31-
"css-vars-ponyfill": "^2.0.2",
32-
"flag-icon-css": "^3.3.0",
33-
"font-awesome": "^4.7.0",
34-
"perfect-scrollbar": "^1.4.0",
35-
"simple-line-icons": "^2.4.1",
17+
"@coreui/coreui": "3.0.0-alpha.14",
18+
"@coreui/coreui-chartjs": "coreui/coreui-chartjs#v2",
19+
"@coreui/icons": "coreui/coreui-icons#v1-alpha",
20+
"@coreui/vue": "coreui/coreui-vue#3.0.0-alpha.5",
3621
"vue": "^2.6.10",
37-
"vue-chartjs": "^3.4.2",
38-
"vue-perfect-scrollbar": "^0.1.0",
39-
"vue-router": "^3.0.6"
22+
"vue-router": "^3.1.3",
23+
"axios": "^0.19.0"
4024
},
4125
"devDependencies": {
42-
"@vue/cli-plugin-babel": "^3.8.0",
43-
"@vue/cli-plugin-e2e-nightwatch": "^3.8.0",
44-
"@vue/cli-plugin-eslint": "^3.8.0",
45-
"@vue/cli-plugin-unit-jest": "^3.8.0",
46-
"@vue/cli-service": "^3.8.4",
47-
"@vue/test-utils": "1.0.0-beta.29",
48-
"babel-core": "^7.0.0-bridge.0",
49-
"babel-jest": "^23.6.0",
50-
"growl": "^1.10.5",
51-
"https-proxy-agent": "^2.2.1",
26+
"@vue/cli-plugin-babel": "^4.0.4",
27+
"@vue/cli-plugin-e2e-nightwatch": "^4.0.4",
28+
"@vue/cli-plugin-eslint": "^4.0.4",
29+
"@vue/cli-plugin-unit-jest": "^4.0.4",
30+
"@vue/cli-service": "^4.0.4",
31+
"@vue/test-utils": "^1.0.0-beta.29",
32+
"@babel/core": "7.6.4",
33+
"babel-eslint": "^10.0.3",
34+
"babel-jest": "24.9.0",
35+
"core-js": "3.3.2",
36+
"chromedriver": "^77.0.0",
37+
"eslint": "^6.5.1",
38+
"eslint-plugin-vue": "^5.2.3",
5239
"node-sass": "^4.12.0",
53-
"sass-loader": "^7.1.0",
40+
"sass-loader": "^8.0.0",
5441
"vue-template-compiler": "^2.6.10"
5542
},
5643
"browserslist": [
Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading

coreui/public/img/brand/logo.svg

Lines changed: 0 additions & 53 deletions
This file was deleted.

coreui/public/img/brand/sygnet.svg

Lines changed: 0 additions & 53 deletions
This file was deleted.

coreui/public/img/favicon.png

7.02 KB
Loading

coreui/src/App.vue

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@
44

55
<script>
66
export default {
7-
name: 'app'
7+
name: 'App'
88
}
99
</script>
1010

1111
<style lang="scss">
1212
// CoreUI Icons Set
1313
@import '~@coreui/icons/css/coreui-icons.min.css';
14-
/* Import Font Awesome Icons Set */
15-
$fa-font-path: '~font-awesome/fonts/';
16-
@import '~font-awesome/scss/font-awesome.scss';
17-
/* Import Simple Line Icons Set */
18-
$simple-line-font-path: '~simple-line-icons/fonts/';
19-
@import '~simple-line-icons/scss/simple-line-icons.scss';
20-
/* Import Flag Icons Set */
21-
@import '~flag-icon-css/css/flag-icon.min.css';
22-
/* Import Bootstrap Vue Styles */
23-
@import '~bootstrap-vue/dist/bootstrap-vue.css';
2414
// Import Main styles for this application
2515
@import 'assets/scss/style';
2616
</style>

0 commit comments

Comments
 (0)