react-desktop React 实现的 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
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