Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/long-woo/12306-electron
🚄 electron-vue构建12306跨平台(Mac、Windows、Linux)客户端
https://github.com/long-woo/12306-electron
12306 bootstrap electron electron-vue javascript js mac macos macosx node nodejs ticket vue windows
Last synced: 3 days ago
JSON representation
🚄 electron-vue构建12306跨平台(Mac、Windows、Linux)客户端
- Host: GitHub
- URL: https://github.com/long-woo/12306-electron
- Owner: long-woo
- License: mit
- Created: 2017-09-09T01:37:42.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-19T09:58:23.000Z (over 1 year ago)
- Last Synced: 2023-11-07T15:21:28.929Z (about 1 year ago)
- Topics: 12306, bootstrap, electron, electron-vue, javascript, js, mac, macos, macosx, node, nodejs, ticket, vue, windows
- Language: JavaScript
- Homepage:
- Size: 3.18 MB
- Stars: 130
- Watchers: 14
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 12306-electron
> 使用electron-vue构建12306跨平台(Mac、Windows、Linux)客户端
[![Build Status-(trvis)](https://travis-ci.org/long-woo/12306-electron.svg?branch=dev)](https://travis-ci.org/long-woo/12306-electron)
[![Build status-(appveyor)](https://ci.appveyor.com/api/projects/status/iosiwiwmruul7wr8/branch/dev?svg=true)](https://ci.appveyor.com/project/long-woo/12306-electron)
[![Github All Releases](https://img.shields.io/github/downloads/long-woo/12306-electron/total.svg)](https://github.com/long-woo/12306-electron/releases)![程序效果(Mac)](https://raw.githubusercontent.com/woo-long/12306-electron/dev/app_snapshot.png)
## 下载
[12306-electron](https://github.com/long-woo/12306-electron/releases)
## Build Setup
``` bash
# install dependencies
npm install # or use `yarn`# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# lint all JS/Vue component files in `src/`
npm run lint```
---
## 感谢
- [vue](https://github.com/vuejs/vue)
- [electron-vue](https://github.com/SimulatedGREG/electron-vue)
- [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue)
- [icheck-bootstrap](https://github.com/bantikyan/icheck-bootstrap)
- [node-waves](https://github.com/fians/Waves)
- [nprogress](https://github.com/rstacruz/nprogress)
- [sweetalert](https://github.com/t4t5/sweetalert)