Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhujiaming/electron-microscope
显微镜控制台教学软应用
https://github.com/zhujiaming/electron-microscope
Last synced: 12 days ago
JSON representation
显微镜控制台教学软应用
- Host: GitHub
- URL: https://github.com/zhujiaming/electron-microscope
- Owner: zhujiaming
- Created: 2023-06-04T12:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-04T12:28:28.000Z (over 1 year ago)
- Last Synced: 2024-04-24T07:13:16.803Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## electron-microscope-teaching-app
[ant-design-vue](https://www.antdv.com/components/overview-cn/)
[vue 组件间通信](https://blog.csdn.net/qq_38211443/article/details/122852703)
[vue css 简单动画](https://blog.csdn.net/weixin_42349568/article/details/122359703)
[StackBlur.js做图片背景模糊](https://blog.csdn.net/xiao_bin_shen/article/details/109000151)
[viewerjs](https://github.com/fengyuanchen/viewerjs)
[v-viewerjs](https://github.com/mirari/v-viewer)
## snapshot
![](./ss.png)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn electron:serve
```### Compiles and minifies for production
```
yarn electron:build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).