An open API service indexing awesome lists of open source software.

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 应用。

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).