Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
framework7-bencompton-fork
Advanced tools
Full featured mobile HTML framework for building iOS & Android apps
Full Featured Mobile HTML Framework For Building iOS & Android Apps
dist/
folderBecause Framework7 uses Ajax for navigation between pages you will need a server. So to make it work you should put dist folder (or Kitchen Sink) on a server. Or, as an option, you may use Gulp's server. Just run:
$ gulp server
http://localhost:3000/kitchen-sink/
http://localhost:3000/dist/
Framework7' JS and CSS files in Kitchen Sink are temporary linked to build/
to make development process easier on this stage. So to make it work you need to build Framework7 (see Build section) or to re-link JS and CSS files to dist/
folder.
On production use files (JS and CSS) only from dist/
folder, there will be the most stable versions, build/
folder is only for development purpose
Framework7 uses gulp
to build a development (build) and dist versions.
First you need to have gulp-cli
which you should install globally.
$ npm install --global gulp
Then install all dependencies, in repo's root:
$ npm install
And build development version of Framework7:
$ gulp build
The result is available in build/
folder.
After you have made build:
$ gulp dist
Distributable version will available in dist/
folder.
You can build custom version of Framework7 with only required components/modules. For example, if we need to include only Accordion, Modals and Tabs modules in addition to Framework 7 core:
$ gulp custom -accordion,modals,tabs
After that you will find created custom/
folder with generated JS and CSS files. Here is the list of available additional modules:
All changes should be commited to src/
files. Framework7 uses LESS for CSS compliations, and concatenated JS files (look at gulpfile.js for concat files order)
The project uses .editorconfig to define the coding style of each file. We recommend that you install the Editor Config extension for your preferred IDE.
If you want to help in Framework7 development and make it event better visit this page: http://framework7.io/contribute/
If you have questions about Framework7 or want to help others you are welcome to special forum at http://forum.framework7.io/
Documentation available at http://framework7.io/docs/
Tutorials available at http://framework7.io/tutorials/
Appstore apps made with Framework7: http://framework7.io/showcase/
v1.7.0 - March 21, 2018
ios-edges
- for full-width elements (like main View)ios-edge-left
- for elements that stick to the left edge of the screen (like left Panel)ios-edge-right
- for elements that stick to the right edge of the screen (like right Panel)beforeCreate
callback for .ajax
methodFAQs
Full featured mobile HTML framework for building iOS & Android apps
We found that framework7-bencompton-fork demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.