Overview
The Nuxt7 framework integrates universal Nuxt.js applications with Framework7-Vue to rapidly create efficient and feature-rich Progressive Web App (PWA) mobile applications. It offers fully compatible development mode, optimized production builds suitable for static hosting, and out-of-the-box PWA compatibility. With a page-based router for Framework7 and the ability to use Vuex store, Nuxt7 provides a familiar Nuxt.js development experience with a super easy learning curve.
Features
- Fully compatible with Framework7 5.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
Installation
To create a new app using the starter template, use the following command:
npx create-nuxt-app my-app -p nuxt7
After the app is created, navigate to the project folder and run the following commands:
cd my-app
yarn install
To run examples locally, clone the repository and install the dependencies. Then, run the examples in development mode using the following command:
yarn examples/[example name]
Finally, navigate to http://localhost:3000 to view the examples.
Summary
Nuxt7 is a powerful framework that integrates Nuxt.js with Framework7-Vue to create efficient and feature-rich PWA mobile applications. With its compatibility, ease of use, and optimized production builds, Nuxt7 provides developers with a seamless development experience while building mobile apps.