- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/FormidableLabs/webpack-dashboard
- 软件文档: https://github.com/FormidableLabs/webpack-dashboard/blob/master/README.md
- 官方下载: https://github.com/FormidableLabs/webpack-dashboard
软件介绍
WebPack-DashBoard是一款命令行界面仪表盘工具,用于WebPack开发服务端。
安装:
npm install webpack-dashboard --save-dev
使用示例代码:
app.use(require('webpack-dev-middleware')(compiler, {
quiet: true,
publicPath: config.output.publicPath,
}));
app.use(require('webpack-hot-middleware')(compiler, {
log: () => {}
}));截图预览:
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!
