Skip to content

Commit

Permalink
Merge pull request #65 from cristim67/master
Browse files Browse the repository at this point in the history
Deploy on Genezio
  • Loading branch information
marqbeniamin authored Jul 12, 2024
2 parents 5558617 + 0df1c4e commit 2ef27d8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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).
Expand Down
16 changes: 16 additions & 0 deletions genezio.yaml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "cristian.jora <[email protected]>",
"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",
Expand All @@ -25,12 +25,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",
Expand Down

0 comments on commit 2ef27d8

Please sign in to comment.