React Desktop是什么意思?
React Desktop是一个使用react编写的web桌面。使用typescript来编写逻辑,react来编写view,jade写基本的dom结构,打包工具使用webpack。
授权协议: GPL
开发语言: TypeScript
操作系统: 跨平台
软件首页: https://github.com/wushilong/react-desktop
软件文档: https://github.com/wushilong/react-desktop/blob/master/README.md
运行效果:
准备
npm update -g npm install -g jade typescript typings tsd bower
安装
$ git clone https://github.com/wushilong/react-desktop.git $ cd react-desktop $ npm install $ tsd install $ typings install $ bower install
运行
$ npm run build $ npm run dev
更多web前端开发知识,请查阅 HTML中文网 !!
以上就是React Desktop是什么意思?的详细内容,更多请关注易知道|edz.cc其它相关文章!