Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

XpycT/vue-hastebin

Repository files navigation

vue-hastebin

Simple pastebin with image uploading

Demo

https://vue-hastebin-ulczkosxiv.now.sh/

Installation and Usage

  1. Make sure you have Docker installed and running on your host.
  2. Pull and run vue-pastebin using docker:
docker run -p 5000:5000 -d xa3apg/vue-pastebin

Compiles for production

yarn install
yarn run build

cd server
yarn install
yarn run serve # Server on 0.0.0.0:5000

Screenshots

image upload

upload

code sharing

code

License

Licensed under MIT.