淘宝 React 框架 React Web
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://taobaofed.github.io/react-web/
- 软件文档: http://taobaofed.github.io/react-web/
软件介绍
淘宝前端团队开源项目React Web,通过与React Native一致的API构建Web应用。
配置:
// webpack.config.js
var HasteResolverPlugin = require('haste-resolver-webpack-plugin');
module.exports = {
resolve: {
alias: {
'react-native': 'react-web'
}
},
plugins: [
new HasteResolverPlugin({
platform: 'web',
nodeModules: ['react-web']
})
]
}
Numerical Methods and Methods of Approximation in Science and En
Karan Surana / CRC Press / 2018-10-31
ABOUT THIS BOOK Numerical Methods and Methods of Approximation in Science and Engineering prepares students and other readers for advanced studies involving applied numerical and computational anal......一起来看看 《Numerical Methods and Methods of Approximation in Science and En》 这本书的介绍吧!
