weexteam / Plugin-demo-for-Apache-Weex

Plugin-demo-for-Apache-Weex is a third party work, and is not developed nor maintained by Apache Weex.
Other
3 stars 4 forks source link

模板有误!!! #3

Open scholar-ink opened 6 years ago

scholar-ink commented 6 years ago

package.json 错误点

错误代码: "copy:examples": "rm -rf .examples/android/app/src/main/assets/* && cp -vrf ./examples/build/* ./android/app/src/main/assets/ &&rm -rf .examples/ios/bundlejs/* && cp -vrf ./examples/build/* .examples/ios/bundles/", 应改为 "copy:examples": "rm -rf ./playground/android/app/src/main/assets/* && cp -vrf ./examples/build/* ./playground/android/app/src/main/assets/ &&rm -rf ./playground/ios/bundlejs/* && cp -vrf ./examples/build/* ./playground/ios/bundlejs/",

module大小写问题

在js里面module 使用的是upperCamelCaseName 在ios和android里面是lowerCamelCaseName 导致在实际使用的时候plugin 找不到

misakuo commented 6 years ago

@erha19 have a look at it