react-desktopReact 实现的 Web 桌面
一个使用react编写的web桌面。使用typescript来编写逻辑,react来编写view,jade写基本的dom结构,打包工具使用webpack。
运行效果:
准备
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
评论