
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7
Nuxt7 integrates universal nuxt.js applications with Framework7-Vue to rapidly create efficient and feature-reach PWA mobile applications with help of pwa-module. Production builds can be statically hosted or running offline.
Use the command below to create a new app using starter template:
> npx sao nuxt-community/nuxt7 nuxt7-app
To locally run each example:
yarn installyarn examples/[example name]http://localhost:3000Add options in framework7 section inside nuxt.config.js file.
| Option | Type | Default | Description |
|---|---|---|---|
css | Boolean | true | Include Framework7 styles (Useful to disable and provide your own) |
rtl | Boolean | false | Enable RTL layout |
f7Icons | Boolean | true | Include Framework7 Icons (IOS) |
mdIcons | Boolean | true | Include MD Icons |
pwa | Boolean | true | Enable @nuxtjs/pwa module |
routes | Object | true | Route overrides (see below) |
mode | String | hash | Router mode. Can be hash or history |
view | Object | defaults | Options passed to root view of framework7 |
build | Object | framework7 defaults | Framework7 build config used for customizing less variables |
themeColor | String | undefined | If specified, automatically sets all global theme colors to this value |
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" },
]
}
}
}
# Fork and clone git@github.com:nuxt-community/nuxt7.git
# Install dependencies
yarn install
# Start development server (kitchen sink)
yarn dev
MIT - Nuxt Community - Pooya Parsa
FAQs
Unknown package
The npm package nuxt7 receives a total of 64 weekly downloads. As such, nuxt7 popularity was classified as not popular.
We found that nuxt7 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.