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

Thanks for the great framework, I'm using it with svelte and generated the splitview template from the cli. When testing the PWA on iOS, I noticed that unlike other webapps,...

we need options --flat in packages.json/scripts/postinstall to make icon-fonts copy correctly from `"postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/"` to `"postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ --flat && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/...

Something I never would've expected. The CLI scaffold drops files into the current working directory. That's very unexpected. Please create a subfolder when users run `framework7 create`.

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

hi, @nolimits4web . I am maintaining an old app using Vue2 with f7v5, and I found out f7-cli v3.4.5 is broken, since several library version not matched any more.(mostly are...

Wanted to try F7 with Capacitor. First of all, the cli didn't run `npx cap add android/ios` during creating. The back button doesn't exit the app, it works as intended,...

So In the latest stable version of Framework7-cli I am not able to create new projects using cli and the web interface UI version In both the cases I am...

I use `framework7 create --ui `to create new app, here if I choose Cordova app, than automatically iOS and Android + 3 plugins are selected. None of them can be...