https://github.com/jchehe/excel-filter
对 Excel 文件(.xls与.xlsx)进行过滤的Electron 应用。
https://github.com/jchehe/excel-filter
Last synced: 4 months ago
JSON representation
对 Excel 文件(.xls与.xlsx)进行过滤的Electron 应用。
- Host: GitHub
- URL: https://github.com/jchehe/excel-filter
- Owner: JChehe
- Created: 2016-09-27T05:07:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T01:39:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-27T04:19:28.802Z (over 1 year ago)
- Language: Vue
- Size: 2.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
【项目已迁移到团队[github](https://github.com/o2team)】这是 [XCEL](https://github.com/o2team/xcel) 的早期版本。若需要 watch、Star、Fork,则去团队的 [github](https://github.com/o2team)。谢谢。
# excelf_my
> An electron-vue project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).