Compare commits
11 Commits
1d4885fc38
...
d4a69f9eea
| Author | SHA1 | Date | |
|---|---|---|---|
| d4a69f9eea | |||
| e5e19ae0a0 | |||
|
|
2ef27d89cb | ||
|
|
0df1c4e43d | ||
|
|
5558617e86 | ||
|
|
7c9888201e | ||
|
|
9559f378fe | ||
|
|
7a208b8e91 | ||
|
|
1e632e979d | ||
|
|
4ff8b614cb | ||
|
|
7f90dba953 |
15
.gitignore
vendored
15
.gitignore
vendored
@ -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
3
.npmrc
Normal file
@ -0,0 +1,3 @@
|
||||
legacy-peer-deps=true
|
||||
auto-install-peers=true
|
||||
strict-peer-dependencies=false
|
||||
@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## [1.1.3] 2023-05-31
|
||||
## [1.1.3] 2024-02-25
|
||||
|
||||
- Update dependencies & devDependencies
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
[](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
16
genezio.yaml
Normal 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
|
||||
@ -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",
|
||||
|
||||
@ -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)
|
||||
|
||||
=========================================================
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
=========================================================
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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)
|
||||
|
||||
=========================================================
|
||||
|
||||
|
||||
@ -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!",
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user