Commit Graph

1211 Commits

Author SHA1 Message Date
Pooya Parsa 5da4e49d56 chore: polish app/index.js 2017-07-10 02:59:27 +04:30
Pooya Parsa f635b73a0b chore: minor improvements for server.js 2017-07-10 02:11:44 +04:30
Pooya Parsa ddc6369e05 chore: polish client.js 2017-07-10 02:11:04 +04:30
Sébastien Chopin 2cc78c0446 Remove dynamic components 2017-07-09 23:06:17 +02:00
Sébastien Chopin f07d9855b6 Polish app/server.js 2017-07-09 16:50:55 +02:00
Sébastien Chopin 78400042ef Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-09 16:31:25 +02:00
Sébastien Chopin ad85582f5c Rename routerViewKey to nuxtChildKey 2017-07-09 16:29:14 +02:00
Pooya Parsa db2a5ef75a update server.js 2017-07-09 17:07:54 +04:30
Pooya Parsa 85825d190c fix: gracefully handle unhandled promises
This prevents nuxt process exiting in dev mode on unhandled promises
2017-07-09 17:07:54 +04:30
Pooya Parsa 4bf0a46cb0 chore: polish app/server.js 2017-07-09 17:07:54 +04:30
Sébastien Chopin fc2c780dd0 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-09 12:27:08 +02:00
Sébastien Chopin a963b566c1 Use nuxtChildKey as computed by default 2017-07-09 12:23:56 +02:00
Sébastien Chopin a869637615 Fix example for v1 2017-07-09 12:23:03 +02:00
Sébastien Chopin b921191f91 Fix typo 2017-07-09 12:15:28 +02:00
Sébastien Chopin f083990dbd Update dependencies 2017-07-09 12:15:12 +02:00
Sébastien Chopin 270c490a9d Add generate.concurrency option 2017-07-09 12:00:08 +02:00
Pooya Parsa 2a76ff4d27 feat: build.devMiddleware and build.hotMiddleware options
Closes #1025
2017-07-09 14:10:37 +04:30
Sébastien Chopin 9e2c4b9761 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-09 02:35:40 +02:00
Sébastien Chopin 505aed4575 Use transitions for 🙀 2017-07-09 02:35:07 +02:00
Sébastien Chopin dca165828a Update README.md 2017-07-09 02:09:03 +02:00
Sébastien Chopin 272ae52c73 Remove first timeout 2017-07-09 01:50:26 +02:00
Sébastien Chopin 2dafa52bc4 Update README 2017-07-09 01:47:13 +02:00
Sébastien Chopin c7ce0802c9 Updates dynamic examples 2017-07-09 01:44:59 +02:00
Sébastien Chopin 51694783b9 Fix paths & typo 2017-07-08 20:31:41 +02:00
Sébastien Chopin ebb67243c8 Fix path and add random image 2017-07-08 20:26:11 +02:00
Sébastien Chopin 592f8cc733 Remove offline example 2017-07-08 20:16:01 +02:00
Sébastien Chopin 56272eb5fd Remove generate routes 2017-07-08 20:05:28 +02:00
Sébastien Chopin 5e93befc44 Fix paths 2017-07-08 20:01:57 +02:00
Sébastien Chopin 1d0493c0c1 Fix paths 2017-07-08 19:58:07 +02:00
Sébastien Chopin 6f84f69b7a Fix paths & typo 2017-07-08 19:55:39 +02:00
Sébastien Chopin 763ca011e9 Update scripts 2017-07-08 19:47:23 +02:00
Sébastien Chopin 1e064ac180 Fix path 2017-07-08 19:44:05 +02:00
Sébastien Chopin 6164c12524 Update example 2017-07-08 19:40:41 +02:00
Sébastien Chopin eaf362910f Use async/await 2017-07-08 18:52:29 +02:00
Sébastien Chopin a39b9fe13b Fix typo 2017-07-08 18:49:37 +02:00
Sébastien Chopin 4098e68983 Use `render.bundleRenderer` 2017-07-08 18:41:10 +02:00
Sébastien Chopin a0c4709777 Fix typo 2017-07-08 18:14:40 +02:00
Sébastien Chopin 1d77431db0 Use serverMiddleware instead of a module 2017-07-08 18:09:47 +02:00
Sébastien Chopin 1f7508d033 Update example 2017-07-08 18:05:44 +02:00
Sébastien Chopin 209beb0677 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-08 18:05:06 +02:00
Sébastien Chopin 5c8ac31b3c Update example to not use a custom server anymore 2017-07-08 18:04:47 +02:00
Sébastien Chopin 67939fd066 Update README.md 2017-07-08 17:13:54 +02:00
Sébastien Chopin f490652d18 Merge pull request #1022 from silverbackdan/silverbackdan-vue-router-key
Configurable 'key' attribute/property for transitions
2017-07-08 12:57:52 +02:00
Sébastien Chopin b646c50dd1 Merge pull request #1040 from mgesmundo/fix-1039
Fix #1039
2017-07-08 12:53:36 +02:00
Sebastien Chopin e5906e5ac4 Avoid loop redirect on server-side 2017-07-07 15:44:04 +02:00
Sebastien Chopin b65f4533c6 Remove console.log 2017-07-07 15:41:33 +02:00
Sebastien Chopin a4c4b88de4 Use boolean for ssr option 2017-07-07 15:41:25 +02:00
Sebastien Chopin 59d335b696 Update CSS example 2017-07-07 12:25:14 +02:00
Pooya Parsa b02dfc7ebc update tests 2017-07-07 02:57:27 +04:30
Pooya Parsa 9226f606b5 fix(dynamic components): temporary fix for vue-loader 13.0.0 2017-07-07 02:43:35 +04:30