Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 650 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 650 Bytes

Vue Flipbook

Project setup

npm install

Install GraphicsMagick (For Image Conversion)

brew install graphicsmagick

Install Ghostscript (For Image Conversion)

brew install ghostscript

Compiles and hot-reloads for development (does not force authentication)

npm run serve
npm run express

Compiles and minifies for production

npm run build

Runs production application

npm run express:run

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.