Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.84 KB

README.md

File metadata and controls

82 lines (51 loc) · 1.84 KB

Lazy Drive

License Green keeper


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

# 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`

To start a development server desktop app with electron:

if you use NPM:

npm run electron:serve

To build your app:

npm run electron:build

Production

In root run

npm run build

It build fresh production package in server public folder for you.

`npm run drive

Contributions

Lazy Drive is an opensource project. Contributions are welcome

  • Fork the repo and star it ⭐
  • Open issues 💥
  • Raise PRs for issues ✋
  • Help on documentation 📄

Copyright (c) 2018, Lazy Drive Lazy Drive