我希望在我的反应项目中包含this插件。它似乎安装了旧的skool方式,即使用脚本标签。有谁知道怎么做到这个?我的项目层次结构如下:
.
├── app
│ ├── app.js
│ ├── components
│ ├── containers
│ ├── favicon.ico
│ ├── global-styles.css
│ ├── global-styles.js
│ ├── i18n.js
│ ├── index.html
│ ├── manifest.json
│ ├── reducers.js
│ ├── routes.js
│ ├── store.js
│ ├── tests
│ ├── translations
│ └── utils
├── appveyor.yml
├── Changelog.md
├── cloudformation-templates
│ ├── app-stack.json
│ └── static-site-and-photobucket.json
├── docs
│ ├── css
│ ├── general
│ ├── js
│ ├── README.md
│ └── testing
├── internals
│ ├── config.js
│ ├── generators
│ ├── mocks
│ ├── scripts
│ ├── testing
│ └── webpack
├── LICENSE.md
├── MAINTAINERS
├── node_modules
│ ├── abab
...
│ └── yauzl
├── package.json
├── README.md
├── server
│ ├── index.js
│ ├── logger.js
│ └── middlewares
└── yarn.lock
我正在为我的app脚手架使用反应样板。谢谢!
答案 0 :(得分:1)
自述文件中的说明很糟糕。你可以要求它。
npm install --save exif-js
然后
var exif = require('exif-js');