This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
afa2e6b05c
Nuxt
/
test
/
fixtures
/
basic
/
nuxt.config.js
11 lines
129 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test 100%
2016-12-21 19:51:43 +00:00
module
.
exports
=
{
generate
:
{
Fix tests
2017-03-17 17:52:46 +00:00
routes
:
[
'/users/1'
,
'/users/2'
,
'/users/3'
Implemented wait in generate function so generation of dynamic routes with ajax calls are not all sceduled simultaneously, possibly flooding the data backend with queries. Use generate.wait (ms) to stagger route generate calls over time. Fixes #590.
2017-04-24 08:30:05 +00:00
]
,
wait
:
1000
test 100%
2016-12-21 19:51:43 +00:00
}
}
Reference in New Issue
Copy Permalink