New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

framework7-vue

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-vue

Build full featured iOS & Android apps using Framework7 & Vue

  • 0.7.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.4K
decreased by-0.33%
Maintainers
1
Weekly downloads
 
Created
Source

devDependency Status

Framework7 + Vue

This plugin provides set of F7 components converted to Vue components, including router and extended F7 API.

To use this plugin include framework-vue.min.js script from dist/ folder to your document in addition to F7 core script and styles and call the following script before you mount the app:

Vue.use(Framework7Vue)

And when you init your Vue app you need to pass framework7 parameter with F7 app parameters to init F7 as well:

var app = new Vue({
    // Root Element
    el: '#app',
    // Framework7 Parameters
    framework7: {
        root: '#app', //Should be same as app el
        animateNavBackIcon: true,
        routes: Routes,
    },
    // Custom App Methods
    methods: {
        //Callback method will be executed after F7 initialization
        onF7Init: function () {
          console.log('f7-init');
        }
    }
});

Kitchen Sink

Install Dependencies

$ npm i

Start Kitchen Sink:

$ npm run dev

Keywords

FAQs

Package last updated on 20 Dec 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc