mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-22 19:44:21 +08:00
commit
aae8bbdb35
@ -50,6 +50,7 @@ Let us know your thoughts below. And good luck with development!
|
||||
- [Versions](#versions)
|
||||
- [Demo](#demo)
|
||||
- [Quick Start](#quick-start)
|
||||
- [Deploy](#deploy)
|
||||
- [Documentation](#documentation)
|
||||
- [File Structure](#file-structure)
|
||||
- [Browser Support](#browser-support)
|
||||
@ -82,6 +83,12 @@ Quick start options:
|
||||
|
||||
- Buy from [Creative Tim](https://www.creative-tim.com/product/vue-material-kit?ref=readme-vmk).
|
||||
|
||||
## 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-material-kit&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)
|
||||
|
||||
## Terminal Commands
|
||||
|
||||
1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
|
||||
|
16
genezio.yaml
Normal file
16
genezio.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
name: vue-material-kit
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user