nuxt7 icon indicating copy to clipboard operation
nuxt7 copied to clipboard

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

Results 31 nuxt7 issues
Sort by recently updated
recently updated
newest added

Can I use [$nuxt: The Nuxt.js helper](https://nuxtjs.org/docs/2.x/internals-glossary/$nuxt) functions with nuxt7? Currently, I have tried ``` $nuxt.isOffline $nuxt.isOnline $nuxt.$loading.start() $nuxt.$loading.stop() ``` and they are not working. Is there any way to...

Unable to generate Nuxt7 Build for production.I tried all option to get static build but none is working which includes sample code new project.Is this project working or not

For [common tabbar](https://v5.framework7.io/docs/toolbar-tabbar.html#common-toolbar), official document requires ```html ... ... ... ... ``` As far as I looked, nuxt7 render app with f7view Is there any way to achieve "common tabbar"...

Can't run after build: Ubuntu 20.04, node v12.16.2 to reproduce : npx sao@1 -u nuxt-community/nuxt7 nuxt7-app yarn install yarn run -> build yarn run -> start ``` FATAL No build...

Hello, For some reason the app just freezes after a series of navigation in the app. ![image](https://user-images.githubusercontent.com/45052332/85257369-573f0d00-b498-11ea-845b-e945da3dfdf5.png) It looks like that

When adding more than one CSS file to the nuxt.config.js file, building fails. A single css file works fine. I used the nuxt7 starter and my config file looks like...

It seems there is a bug with panel button when open on the right can someone confirm ? in index.vue I have : ` ` when we click on the...

Hi, When in production mode, I want to install the kitchen sink example in a folder on my server but I stumble into some problems. I do this in my...

Is it possible to enable SSR with nuxt7? The boilerplate has the following build rules: `// Force mode to SPA this.options.mode = 'spa' this.options.render.ssr = false this.options.build.ssr = false` When...

I just install this, with npx sao@1 -u nuxt-community/nuxt7 nuxt7-app and i get this error `WARN Compiled with 1 warnings friendly-errors 00:50:50 WARN in ./node_modules/framework7/modules/router/router-class.js friendly-errors 00:50:50 "export 'default' (imported...