Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 701 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 701 Bytes

File Preview

file-preview is a local file preview service, using the vue framework to complete.

Support types

  • code
  • markdown
  • pdf, word, excel, ppt
  • image
  • etc.

Local development

Prerequisites

You can follow these instructions to setup a dev environment:

  • Install Node 14.x (LTS) either manually or using a tool like nvm (recommended)
  • Install yarn: https://yarnpkg.com/getting-started/install
  • Clone this repo: git clone https://github.com/IUnlimit/file-preview.git
  • Run yarn to install dependencies

Start server

yarn dsv

Build

yarn build