|
1 year ago | |
---|---|---|
assets-src | 1 year ago | |
build | 1 year ago | |
cordova | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
babel.config.js | 1 year ago | |
package.json | 1 year ago | |
postcss.config.js | 1 year ago | |
yarn.lock | 1 year ago |
Framework7 app created with following options:
{
"cwd": "/Users/kennyname/Documents/Documents/projects/cordova/kixScannerPro",
"type": [
"cordova",
"web"
],
"name": "kixScannerPro",
"framework": "vue",
"template": "tabs",
"bundler": "webpack",
"cssPreProcessor": "scss",
"theming": {
"customColor": false,
"color": "#007aff",
"darkTheme": false,
"iconFonts": true,
"fillBars": false
},
"customBuild": false,
"webpack": {
"developmentSourceMap": true,
"productionSourceMap": true,
"hashAssets": false,
"preserveAssetsPaths": false,
"inlineAssets": true
},
"pkg": "io.tranyi.kixScannerPro",
"cordova": {
"folder": "cordova",
"platforms": [
"ios",
"android"
],
"plugins": [
"cordova-plugin-statusbar",
"cordova-plugin-keyboard",
"cordova-plugin-splashscreen",
"cordova-plugin-wkwebview-file-xhr"
]
}
}
npm start
- run development servernpm run build-prod
- build web app for productionnpm run build-dev
- build web app using development mode (faster build without minification and optimization)npm run build-cordova-prod
- build cordova's www
folder from and build cordova appnpm run build-cordova-dev
- build cordova's www
folder from and build cordova app using development mode (faster build without minification and optimization)npm run build-cordova-ios-prod
- build cordova's www
folder from and build cordova iOS appnpm run build-cordova-ios-dev
- build cordova's www
folder from and build cordova iOS app using development mode (faster build without minification and optimization)npm run build-cordova-android-prod
- build cordova's www
folder from and build cordova Android appnpm run build-cordova-android-dev
- build cordova's www
folder from and build cordova Android app using development mode (faster build without minification and optimization)There is a webpack bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src
folder. Webpack config located in build/webpack.config.js
.
Webpack has specific way of handling static assets (CSS files, images, audios). You can learn more about correct way of doing things on official webpack documentation.
Cordova project located in cordova
folder. You shouldn't modify content of cordova/www
folder. Its content will be correctly generated when you call npm run cordova-build-prod
.
Assets (icons, splash screens) source images located in assets-src
folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory:
framework7 generate-assets
Or launch UI where you will be able to change icons and splash screens:
framework7 generate-assets --ui
$ yarn
$ yarn start # 網頁瀏覽
$ yarn demo # 若要測試原生的東西,如 barcode 掃描,可由這個指令測試
cordova platform add ios
cordova build ios
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
framework7 cordova platform add android
新增 Cordova 的 Android 輸出目錄(首次建立需要,之後可跳過)yarn run-cordova-android-dev
會 build 專案並將 apk 自動安裝至手機Love Framework7? Support project by donating or pledging on patreon: https://patreon.com/vladimirkharlampidi