docker-vue icon indicating copy to clipboard operation
docker-vue copied to clipboard

Frontend for DockerRails, built with Vue.js

DockerVue

Single-page application (SPA) built with Vue.js. It's is a very simple kind of CMS (content management system) allowing to manage posts (articles) with images.

This is the frontend only. The backend is a separate project called DockerRails, created with Ruby on Rails and responding as an JSON API.

Tools used

Features

Demo

There is a live demo at https://docker-vue.georg-ledermann.de/

Development

First, make sure to get the backend up and running: https://github.com/ledermann/docker-rails

Make sure the backend is available locally, for example at https://docker-rails.dev. Then:

git clone [email protected]:ledermann/docker-vue.git
cd docker-vue
cp .env.local.example .env.local
yarn install
yarn serve

Why?

I built this application to learn Vue.js.