Compare commits

...

11 Commits

Author SHA1 Message Date
d4a69f9eea .gitignore 2025-02-11 20:58:05 +01:00
e5e19ae0a0 added dependency 2025-02-11 20:46:51 +01:00
Beniamin Marcu
2ef27d89cb
Merge pull request #65 from cristim67/master
Deploy on Genezio
2024-07-12 13:46:18 +03:00
Cristi Miloiu
0df1c4e43d Deploy on Genezio 2024-07-12 12:25:07 +03:00
Sajad Ahmad Nawabi
5558617e86
Merge pull request #61 from maisamaf/feature/v1.1.3
feature/v1.1.3
2024-02-27 03:08:09 -08:00
Maisam Afshar
7c9888201e update changelog 2024-02-25 12:15:47 +04:30
Maisam Afshar
9559f378fe fix google maps deprecation warning 2024-02-22 12:13:08 +04:30
Maisam Afshar
7a208b8e91 update version & copyright 2024-02-22 12:12:40 +04:30
Maisam Afshar
1e632e979d fix warnings 2023-05-31 12:02:54 +03:30
Maisam Afshar
4ff8b614cb peer dependencies config 2023-05-31 12:02:50 +03:30
Sajad Ahmad Nawabi
7f90dba953
Merge pull request #53 from maisamaf/feature/v1.1.2
feature/v1.1.2
2023-01-10 12:30:04 +04:30
13 changed files with 61 additions and 18 deletions

15
.gitignore vendored
View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
.DS_Store
node_modules/
package-lock.json
@ -5,3 +6,17 @@ yarn.lock
npm-debug.log
.idea/
dist/
=======
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
node_modules
>>>>>>> cfdf6a3 (.gitignore)

3
.npmrc Normal file
View File

@ -0,0 +1,3 @@
legacy-peer-deps=true
auto-install-peers=true
strict-peer-dependencies=false

View File

@ -1,6 +1,6 @@
# Change Log
## [1.1.3] 2023-05-31
## [1.1.3] 2024-02-25
- Update dependencies & devDependencies

View File

@ -17,6 +17,7 @@ We are very excited to share this dashboard with you and we look forward to hear
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Deploy](#deploy)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
@ -42,6 +43,12 @@ We are very excited to share this dashboard with you and we look forward to hear
- [Download from Github](https://github.com/creativetimofficial/vue-black-dashboard/archive/master.zip).
- [Download from Creative Tim](https://www.creative-tim.com/product/vue-black-dashboard).
## Deploy
:rocket: You can deploy your own version of the template to Genezio with one click:
[![Deploy to Genezio](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/vue-black-dashboard&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)
## Documentation
The documentation for the Vue Black Dashboard is hosted at our [website](https://demos.creative-tim.com/vue-black-dashboard/documentation).
@ -174,7 +181,7 @@ If you have questions or need help integrating the product please [contact us](h
## Licensing
- Copyright 2023 Creative Tim (https://www.creative-tim.com/)
- Copyright 2024 Creative Tim (https://www.creative-tim.com/)
- Licensed under MIT (https://github.com/creativetimofficial/vue-black-dashboard/issues/blob/master/LICENSE.md)

16
genezio.yaml Normal file
View File

@ -0,0 +1,16 @@
name: vue-black-dashboard
region: us-east-1
frontend:
# Specifies the path of your code.
path: .
# Specifies the folder where the build is located.
# This is the folder that will be deployed.
publish: dist
# Scripts will run in the specified `path` folder.
scripts:
# The command to build your frontend project. This is custom to your project.
# It must to populate the specified `publish` folder with a `index.html` file.
deploy:
- npm install --legacy-peer-deps
- npm run build
yamlVersion: 2

View File

@ -6,7 +6,7 @@
"author": "cristian.jora <joracristi@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"build": "cross-env CI=false vue-cli-service build",
"e2e": "node test/e2e/runner.js",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --open",
@ -14,6 +14,7 @@
"prettify": "prettier --write ."
},
"dependencies": {
"@achrinza/node-ipc": "^10.1.11",
"chart.js": "2.9.4",
"eslint-plugin-vue": "9.11.0",
"register-service-worker": "^1.7.2",
@ -25,12 +26,13 @@
"vue2-transitions": "0.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "7.1.0",
"@babel/eslint-parser": "7.21.8",
"cross-env": "^7.0.3",
"eslint": "8.41.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.14.1",

View File

@ -4,7 +4,7 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard
* Copyright 2023 Creative Tim (http://www.creative-tim.com)
* Copyright 2024 Creative Tim (http://www.creative-tim.com)
=========================================================

View File

@ -4,7 +4,7 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard
* Copyright 2023 Creative Tim (http://www.creative-tim.com)
* Copyright 2024 Creative Tim (http://www.creative-tim.com)
=========================================================

View File

@ -763,7 +763,7 @@ $card-bg: $white !default;
$card-img-overlay-padding: 1.25rem !default;
$card-group-margin: ($grid-gutter-width / 2) !default;
$card-group-margin: calc($grid-gutter-width / 2) !default;
$card-deck-margin: $card-group-margin !default;
$card-columns-count: 3 !default;

View File

@ -4,8 +4,8 @@
@mixin make-container() {
width: 100%;
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
padding-right: calc($grid-gutter-width / 2);
padding-left: calc($grid-gutter-width / 2);
margin-right: auto;
margin-left: auto;
}
@ -25,8 +25,8 @@
@mixin make-row() {
display: flex;
flex-wrap: wrap;
margin-right: ($grid-gutter-width / -2);
margin-left: ($grid-gutter-width / -2);
margin-right: calc($grid-gutter-width / -2);
margin-left: calc($grid-gutter-width / -2);
}
@mixin make-col-ready() {
@ -36,8 +36,8 @@
// later on to override this initial width.
width: 100%;
min-height: 1px; // Prevent collapsing
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
padding-right: calc($grid-gutter-width / 2);
padding-left: calc($grid-gutter-width / 2);
}
@mixin make-col($size, $columns: $grid-columns) {

View File

@ -26,10 +26,10 @@
// but doesn't convert dppx=>dpi.
// There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
// Compatibility info: https://caniuse.com/#feat=css-media-resolution
@media only screen and (min-resolution: 192dpi),
@media only screen and (min-resolution: 192dpi){
// IE9-11 don't support dppx only screen and (min-resolution: 2dppx) {
// Standardized
background-image: url($file-2x);
background-size: $width-1x $height-1x;
}
}
}

View File

@ -1,10 +1,10 @@
/*
=========================================================
* Vue Black Dashboard - v1.1.2
* Vue Black Dashboard - v1.1.3
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard
* Copyright 2023 Creative Tim (http://www.creative-tim.com)
* Copyright 2024 Creative Tim (http://www.creative-tim.com)
=========================================================

View File

@ -259,7 +259,7 @@ export default {
mapOptions
);
let marker = new window.google.maps.Marker({
let marker = new window.google.maps.marker.AdvancedMarkerElement({
position: myLatlng,
title: "Hello World!",
});