https://github.com/crazymryan/online-unzip
一个模仿 Finder 的在线解压预览项目
https://github.com/crazymryan/online-unzip
jszip pdfjs-dist vue
Last synced: 2 months ago
JSON representation
一个模仿 Finder 的在线解压预览项目
- Host: GitHub
- URL: https://github.com/crazymryan/online-unzip
- Owner: CrazyMrYan
- License: apache-2.0
- Created: 2022-04-17T06:19:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T03:23:03.000Z (about 3 years ago)
- Last Synced: 2025-02-28T14:08:20.452Z (3 months ago)
- Topics: jszip, pdfjs-dist, vue
- Language: Vue
- Homepage: https://crazymryan.github.io/online-unzip
- Size: 3.71 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unpack-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).