On Mac, Homebrew is the de-facto package manager, and Homebrew Cask is the app manager. I’m going to use Cask to install Java 7 and 8.
Install Homebrew Cask first if you haven’t:
brew update
brew tap caskroom/cask
| module.exports = { | |
| verbose: true, | |
| moduleDirectories: ['node_modules'], | |
| transform: { | |
| '\\.js$': '<rootDir>/../build/utils/webpack_polyfill' | |
| } | |
| } |
| import _ from 'lodash'; | |
| const wechatScript = '//res.wx.qq.com/open/js/jweixin-1.1.0.js'; | |
| export const loadSdk = () => | |
| new Promise((resolve) => { | |
| require('scriptjs')(wechatScript, () => { | |
| resolve(global.wx); | |
| }); | |
| }); |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.