mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
docs: SourceMap
This commit is contained in:
@@ -64,7 +64,7 @@ alias rc='create-react-app' #(create-react-app todolist)用法 rc todolist
|
||||
|
||||
# React Native 命令
|
||||
alias rnc='react-native init' #(react-native init todolist)用法 rnc todolist
|
||||
|
||||
alias RNRelease='react-native bundle --entry-file index.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_iOS --sourcemap-output release_ios/index.ios.map;' # RN 打 Release 包
|
||||
|
||||
# 终端打开应用程序
|
||||
## 浏览器打开
|
||||
|
||||
Reference in New Issue
Block a user