安装git
在Linux上安装Git
首先输入git,看看系统有没有安装Git:
$ git
The program git is currently not installed. You can install it by typing:
sudo apt-get install git像上面的命令,有很多Linux会友好地告诉你Git没有安装&#x…
我按照typescript中文网给出的 webpack 配置,配置了一下我的项目的 loader 部分。 module: { rules: [ // All files with a .ts or .tsx extension will be handled by awesome-typescript-loader. { test: /\.tsx?$/, loader: "awesome-typescript-loader&q…