Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

nuxt7

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt7

npmnpm
Version
0.7.0
Version published
Weekly downloads
230
170.59%
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt7

Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7

📖 Release Notes

Features

  • Fully compatible with framework7 2.x
  • Development mode with hot reloading
  • Optimized production builds suitable for 100% static hosting
  • Fully PWA compatible out of the box
  • Page based router for Framework7
  • Use vuex store in your apps
  • Familiar nuxt.js development experience with a super easy learning curve

Demo

👉 https://nuxt7.cf

🔦 Lighthouse tests: Mobile Regular 3G

Module options

Add options as framework7 key inside nuxt.config.js.

OptionTypeDefaultDescription
cssBooleantrueInclude Framework7 css (disable to provide a custom build)
rtlBooleanfalseEnable RTL layout
f7IconsBooleantrueInclude Framework7 Icons (IOS)
mdIconsBooleantrueInclude MD Icons
routesObjecttrueRoute overrides (see below)
modeStringhashRouter mode. Can be hash or history
viewObjectOptions passed to root view of framework7

routes override

Routes are auto generated using pages directory structure. However if you need to make more customization (Like adding routable tabs) this option may be used.

Example: (nuxt.config.js)

framework7: {
    routes: {
      'tabs-routable': {
        tabs: [
          { path: "/", id: "tab1" },
          { path: "/tab2/", id: "tab2" },
          { path: "/tab3/", id: "tab3" },
        ]
      }
    }
}

🍳 Development

> yarn dev

License

MIT - Pooya Parsa

FAQs

Package last updated on 08 Nov 2017

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