Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonosaka/way-app
iOS app和android app,使用weex(🤮)
https://github.com/simonosaka/way-app
weex-demo
Last synced: 11 days ago
JSON representation
iOS app和android app,使用weex(🤮)
- Host: GitHub
- URL: https://github.com/simonosaka/way-app
- Owner: SimonOsaka
- License: mit
- Created: 2020-12-11T02:15:00.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-13T21:42:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T22:35:00.712Z (over 1 year ago)
- Topics: weex-demo
- Language: Vue
- Homepage:
- Size: 124 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Commands
### sudo npm install --unsafe-perm
install node_modulesIOS
### npm startStarts the development server for you to preview your weex page on browser.
You can also scan the QR code using weex playground to preview weex page on native.### npm run dev
Open the code compilation task in watch mode.
### npm run ios
(Mac only, requires Xcode)
Starts the development server and loads your app in an iOS simulator.### npm run android
(Requires Android build tools)
Starts the development server and loads your app on a connected Android device or emulator.### npm run pack:ios
(Mac only, requires Xcode)
Packaging ios project into ipa package.### npm run pack:android
(Requires Android build tools)
Packaging android project into apk package.### npm run pack:web
Packaging html5 project into `web/build` folder.
### npm run test
Starts the test runner.
### 迭代删除
find ./dist -name '*.web.js' | xargs rm -rf