An open API service indexing awesome lists of open source software.

https://github.com/viloveul/cms-dashboard

VueJS UI for manage contents on viloveul cms api (https://github.com/viloveul/cms-restapi)
https://github.com/viloveul/cms-dashboard

cms dashboard frontend javascript management ui viloveul viloveul-cms vue

Last synced: 2 months ago
JSON representation

VueJS UI for manage contents on viloveul cms api (https://github.com/viloveul/cms-restapi)

Awesome Lists containing this project

README

          

# Viloveul CMS (Dashboard UI Management)

![SS](screenshot.png)

clone this repository
```bash
git clone https://github.com/viloveul/cms-dashboard.git
```
lakukan proses instalasi
```bash
cd cms-dashboard
npm install
```
buat file bernama .env di root folder yang berisi minimal:
```bash
VILOVEUL_API_URL=http://your-viloveul-cms-api
```
jalankan:
```bash
npm run serve
## buka http://localhost:19912