file-preview is a local file preview service, using the vue framework to complete.
- code
- markdown
- pdf, word, excel, ppt
- image
- etc.
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
yarn dsv
yarn build