framework7-cli icon indicating copy to clipboard operation
framework7-cli copied to clipboard

Framework7 command line utility

Results 59 framework7-cli issues
Sort by recently updated
recently updated
newest added

Is there any chance that Monaca template for vue and webpack can be added ? [Monaca](https://monaca.io/) itself has a template named framework7-vue-webpack. But it is outdated. It works, but when...

I updated framework7-cli to 3.2.3, executed generate-assets, and now `npm run cordova-electron` fails with `Cannot find module electron` and before that I had to manually npm install `shelljs`. If I...

It would be great to have a command just for update the f7 version (at least for same v5xxx releases).

What I did: - created a new tab-based app - build for production - uploaded to Firebase Hosting - run Lighthouse Test What I expected: - all green :-) What...

It would be good idea, give showcase one of template option, will give nice interface to run full showcase quick start under cordova or pwa. Is it possible?

Death-Mac:ecommerce_app Macintosh$ sudo framework7 create /usr/local/lib/node_modules/framework7-cli/node_modules/bindings/bindings.js:135 throw err; ^ Error: Could not locate the bindings file. Tried: → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/build/sharp.node → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/build/Debug/sharp.node → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/build/Release/sharp.node → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/out/Debug/sharp.node → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/Debug/sharp.node → /usr/local/lib/node_modules/framework7-cli/node_modules/sharp/out/Release/sharp.node →...

Electron App shows gray screen after build and error **file://img/logo.png" not found** - generating assets before does not fix it.

I'm using F7 with create-react-app so my project has not been generated using the CLI. When generating assets it will not work because is missing framework7 entry in package.json, please...

CSS Source Maps are built, even if the flag is set to false. ``` "webpack": { "developmentSourceMap": false, "productionSourceMap": false, "hashAssets": true, "preserveAssetsPaths": false, "inlineAssets": true } ``` ![Bildschirmfoto 2019-07-01...