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)
- Host: GitHub
- URL: https://github.com/viloveul/cms-dashboard
- Owner: viloveul
- Created: 2019-02-15T21:19:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T17:07:21.000Z (over 6 years ago)
- Last Synced: 2025-12-15T00:26:42.523Z (7 months ago)
- Topics: cms, dashboard, frontend, javascript, management, ui, viloveul, viloveul-cms, vue
- Language: Vue
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Viloveul CMS (Dashboard UI Management)

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