https://github.com/oxoyo/x-webdesktop-nw
The WebDesktop system based on Vue And NW.js
https://github.com/oxoyo/x-webdesktop-nw
desktop-app nw-vue nwjs web-desktop web-desktop-vue
Last synced: over 1 year ago
JSON representation
The WebDesktop system based on Vue And NW.js
- Host: GitHub
- URL: https://github.com/oxoyo/x-webdesktop-nw
- Owner: OXOYO
- Created: 2017-12-01T09:03:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T09:05:09.000Z (over 8 years ago)
- Last Synced: 2025-03-24T11:45:40.813Z (over 1 year ago)
- Topics: desktop-app, nw-vue, nwjs, web-desktop, web-desktop-vue
- Language: Vue
- Homepage:
- Size: 4.68 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-WebDesktop-NW
基于 NW.js 的 WebDesktop 系统
核心内容: [X-Desktop-Vue](https://github.com/OXOYO/X-WebDesktop-Vue)
NW.js vue 脚手架:[vue-nw-seed](https://github.com/anchengjian/vue-nw-seed)
Web版本:[X-Desktop-Vue](https://github.com/OXOYO/X-WebDesktop-Vue)
API服务:[X-WebDesktop-Api-Koa](https://github.com/OXOYO/X-WebDesktop-Api-Koa)
特别鸣谢 [@anchengjian](https://github.com/anchengjian)
## Preview

## Start
```bash
git clone
npm i
npm run dev
```
用户登录,需要 [X-WebDesktop-Api-Koa](https://github.com/OXOYO/X-WebDesktop-Api-Koa) 支持
账号:admin
密码:123456
## Build
```bash
npm run build
```