/vuepress

Primary LanguageJavaScript

Vuepress using create-vuepress-site on Elestio

This is a minimal example of a Vuepress app created using create-vuepress-site

Click on the button below to deploy this repository with CI/CD on Elestio:

Deploy on Elest.io

screenshot of the Vuepress app

Steps to clone this repository and run locally

Step 1: Clone this repository

git clone YOUR_REPOSITORY_URL

Step 2: Go to project folder

cd vuepress

Step 3: Install dependencies

npm install

Step 4: Run your app in dev mode

npm run dev

Step 5: Make some changes and push

Try to make some change in your Vuepress project then push to the git repository

After few seconds to few minutes your change will be deployed on your CI/CD target 🚀