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

anuragteapot/media-manager

Repository files navigation

Media Manager logo

License License Greenkeeper badge

Media Manager

Note: This project is shifted to this organization LazyDrive

Directory layout

.
├── docs                    # Documentation files (alternatively `doc`)
├── public                  # Public files
├── server                  # Server of application
├── src                     # Source files (alternatively `lib` or `app`)
├── test                    # Automated tests (alternatively `spec` or `tests`)
├── LICENSE
└── README.md

Vue CLI-3 Install

# npm
npm install -g @vue/cli

Installation

# npm

# Install imagemagick
sudo apt-get install imagemagick ghostscript poppler-utils

# In root and server run
npm install

# In server folder run
npm start

# In root run
npm run serve

# Done! Magic happens on port: http://localhost:8080

Demo


License

MIT

Copyright (c) 2018, Anurag Kumar anu1601cs