-
Updated
May 22, 2020 - Vue
nuxtjs

Nuxt.js is a framework for creating Vue.js applications. You can choose between Universal, Static Generated or Single Page applications.
Here are 1,557 public repositories matching this topic...
.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined
// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],
//plugins文件夹下
import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}
.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone
-
Updated
May 21, 2020
-
Updated
Apr 7, 2020 - Vue
-
Updated
May 23, 2020 - JavaScript
What problem does this feature solve?
The @nuxtjs/firebase
module provides service worker scripts for firebase auth sw sessions.
The problem is that (depending on where the script is included) it either:
- is ignored (because workbox responds with a caching strategy)
or
-
Updated
May 21, 2020 - JavaScript
ServerMiddleware documentation
My setup
// app/serverMiddleware/test.js
module.exports = function (req, res, next) {
console.log('It works!');
next();
};
// nuxt.config.js
serverMiddleware: [
'~/serverMiddleware/test'
],
Expected behavior:
At firebase serve on n
-
Updated
May 24, 2020 - JavaScript
What problem does this feature solve?
Currently, if I want to use the @nuxtjs/router I'm left with a blank sitemap which doesn't take into account the custom routes I added manually in my router.js file as per @nuxtjs/router documentation. This would eliminate redundancy of definition of routes
What does the proposed changes look like?
Instead of using the result of createRoutes
from
-
Updated
May 23, 2020 - JavaScript
Hello,
Interested in the package, i wanted to see how i could contribute but the contributing guide's link is broken in the readme (Code Contributors section).
Maybe be you can delete the link or add the contributing file again.
I'm getting 404 errors whenever I try to reload any post. Navigation between pages from the UI works fine, but I cannot reload a post or even go to the post page directly.
This includes sample post & page as well as newly created posts:
http://localhost:4000/sample-page
http://localhost:4000/hello-world
Can you please help?
Thanks a lot for this great project!
What problem does this feature solve?
This will reduce the app bundle size and improve initial loading speeds.
What does the proposed changes look like?
Following the guide here https://docs.sentry.io/platforms/javascript/#lazy-loading-sentry it should be possible, though it looks like the sentry loader is not available via npm :/
-
Updated
May 7, 2020 - JavaScript
this released at Google IO 19 - https://firebase.google.com/docs/functions/local-emulator
the examples would benefit from showing how to use these
Use firebase-tools@^7.0.0
as it includes a new emulator with serve
:
- express
- nextjs
- nuxtjs
- parcel
- babel
- apollo
add Nuxt.js example
When I first ran yarn build
it threw an error nuxt command not found
, then I ran yarn setup
and got error something like non compatible node version mine is 10.8 and it expect 8.
I ran yarn build
again now this time it didn't fail.
Then I ran yarn deploy
and I got error as firebase function not found so I ran npm install in prod/server , then again yarn deploy
and the app was de
Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.
I see we can use ctx.session and use have it passed back when we do this.$axios from a page asyncData/fetch method.
But mostly this is about hinting and/or leaving notes to show how one thing is done (or called) in this stack
- "Flash" messages... to client side from a Koa route
- Ho
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 as '
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release about 2 months ago
- Repository
- nuxt/nuxt.js
- Website
- nuxtjs.org
- Wikipedia
- Wikipedia
Follow up from #4453
Currently, documentation for
<b-table>
really only discusses and provides examples for therow-selected
event:https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the
row-clicked
event is mentioned are:https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re