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

On all devices, the splash screen is not hidden after the build. On Android, the splash screen disappears when the application is minimized or the device is locked. navigator.splashscreen.hide() not...

// app.svelte -> example from the default f7-svelte app with capacitorjs //if we declare a reactive svelte variable and ***changing the value on route change event*** $: curUrl = "/";...

npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]: The package has been renamed to `open` npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated [email protected]: Critical security vulnerability...

Webpack build fails, when f7-vue, lazy module loading used with swiper component. This PR is intended to workaround this problem.

# Framework7 Ubuntu 20.04 I exported to last line to global packages and frameworks in .bashrc. .bashrc `export PATH="$HOME/.npm-packages/bin:$PATH"` ### When i use `framework7 create` or `framework7 create --ui` jack5341@Kitty:~/Documents/projects/test$...

while creating app on mac (CLI) the following happnes: if i chose **capacitor** the script terminates before finishing the creation (while installing dev dependencies) if i chose **cordova t**he script...

Seems like many CLIs have this ability nowadays, and it would be an excellent addition to F7's amazing CLI.

Attempting to execute `framework7 assets` command results in the following error: ``` - Generating assets (Please wait, it can take a while)(node:11480) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory,...

I'm trying to install framework7 core via CLI. I've tried doing it with the UI but it simply just closes after it gets that error. Says "npm ERR! Line breaks...

`(node:69348) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'platforms' of undefined at generateAssets (/usr/local/lib/node_modules/framework7-cli/generate-assets/index.js:39:19) at Command.program.command.option.option.description.action (/usr/local/lib/node_modules/framework7-cli/index.js:90:13) at process._tickCallback (internal/process/next_tick.js:68:7) (node:69348) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside...