Note: This project is shifted to this organization LazyDrive
.
├── 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
# npm
npm install -g @vue/cli
# 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
Copyright (c) 2018, Anurag Kumar anu1601cs