Pooya Parsa
|
d9ed6ecea9
|
integrate template with server renderer
|
2017-04-27 22:36:10 +04:30 |
|
Pooya Parsa
|
750276b3f6
|
refactor client watch
Fixes duplicate READY message
|
2017-04-27 21:14:31 +04:30 |
|
Pooya Parsa
|
6945479984
|
fix test resources
|
2017-04-27 20:02:41 +04:30 |
|
Pooya Parsa
|
ac151a41f0
|
Basic vue-server-renderer/client-plugin integration
|
2017-04-27 15:50:43 +04:30 |
|
Pooya Parsa
|
8db3a22db9
|
deprecated vue-ssr-webpack-plugin in flavor of vue-server-renderer
|
2017-04-27 13:24:18 +04:30 |
|
Pooya Parsa
|
c6eef59823
|
[deps] upgrade vue to 2.3.0
|
2017-04-27 13:20:19 +04:30 |
|
Sebastien Chopin
|
10d18bc454
|
Add generate.interval
|
2017-04-25 15:00:42 +02:00 |
|
Sébastien Chopin
|
296ea8ad4e
|
Merge pull request #617 from jroxendal/feature-generate-wait
[Feature] implemented staggered route generate. Fixes #590
|
2017-04-25 14:46:55 +02:00 |
|
johan.roxendal@gu.se
|
afa2e6b05c
|
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-25 14:04:49 +02:00 |
|
Sébastien Chopin
|
8cbdf77c34
|
Merge pull request #616 from qm3ster/patch-1
Fix Ctrl-C Ctrl-V typo in comments
|
2017-04-25 13:47:05 +02:00 |
|
Mihal Malostanidis
|
5e21a057aa
|
Fix Ctrl-C Ctrl-V typo in comments
|
2017-04-25 14:03:26 +03:00 |
|
Sebastien Chopin
|
65a3ad5b08
|
Generate bundles in dist/ if url given
|
2017-04-25 11:17:23 +02:00 |
|
Sébastien Chopin
|
a24522edad
|
Merge pull request #600 from pi0/patch-3
[examples] Update custom filenames #574
|
2017-04-24 15:08:13 +02:00 |
|
Pooya Parsa
|
56f3be060c
|
[examples] Update custom filenames #574
|
2017-04-21 21:33:29 +04:30 |
|
Sébastien Chopin
|
7b7a102be3
|
Merge pull request #592 from alexmoreno/master
Add support to --config-file to nuxt-dev
|
2017-04-20 11:13:17 +02:00 |
|
Alex M
|
c177354633
|
Add support to --config-file to nuxt-dev
|
2017-04-19 17:01:26 -03:00 |
|
Sébastien Chopin
|
0bea10b857
|
Fix vue-class-component example
|
2017-04-17 18:15:55 +02:00 |
|
Sébastien Chopin
|
2eecb8c0de
|
Add webpackChunkName
|
2017-04-17 18:15:37 +02:00 |
|
Sébastien Chopin
|
6886f8bd57
|
Upgrade dependencies
|
2017-04-17 18:15:21 +02:00 |
|
Sébastien Chopin
|
854e262445
|
Bump to 0.10.6
|
2017-04-17 15:58:43 +02:00 |
|
Sébastien Chopin
|
cce71ce8d5
|
Add test for offline-plugin
|
2017-04-17 15:58:18 +02:00 |
|
Sébastien Chopin
|
e69aa7c401
|
Simplify offline plugin
|
2017-04-17 15:27:32 +02:00 |
|
Sébastien Chopin
|
ec8291ea4c
|
Fix lint style
|
2017-04-15 13:19:41 +02:00 |
|
Sebastien Chopin
|
f89722e7c8
|
Example with vue-class-component
|
2017-04-14 16:47:21 +02:00 |
|
Sebastien Chopin
|
b5330a063d
|
Use cheap-module-source-map
|
2017-04-14 16:31:31 +02:00 |
|
Sebastien Chopin
|
e2ad6517e2
|
Give this to data()
|
2017-04-14 16:31:14 +02:00 |
|
Sebastien Chopin
|
b0d33bdc4b
|
Draft for using vue-apollo (WIP)
|
2017-04-14 12:52:27 +02:00 |
|
Sebastien Chopin
|
d1804e1b9b
|
Add vue-i18n dependency
|
2017-04-14 12:52:13 +02:00 |
|
Sebastien Chopin
|
b49cf4d9d5
|
Fix tests
|
2017-04-14 12:06:40 +02:00 |
|
Sebastien Chopin
|
ee6db19c8d
|
Update style
|
2017-04-14 11:57:30 +02:00 |
|
Sebastien Chopin
|
55db6e336f
|
Add injectAs feature
|
2017-04-14 11:57:08 +02:00 |
|
Sebastien Chopin
|
7a6bc85b62
|
Upgrade dependencies
|
2017-04-14 11:56:50 +02:00 |
|
Sebastien Chopin
|
135df99d3a
|
Update i18n example to use vue-i18n
|
2017-04-14 11:55:04 +02:00 |
|
Sebastien Chopin
|
68de7eaa4b
|
Add home page link
|
2017-04-13 11:36:03 +02:00 |
|
Sebastien Chopin
|
c51304ffdb
|
Merge branch 'master' of github.com:nuxt/nuxt.js
|
2017-04-13 11:33:48 +02:00 |
|
Sebastien Chopin
|
63424dc3ef
|
Fix tests with Ava new version
|
2017-04-13 11:32:29 +02:00 |
|
Sébastien Chopin
|
b4a9e1abff
|
Merge pull request #553 from stursby/example-with-apollo
Add Nuxt + Apollo example
|
2017-04-13 07:31:28 +02:00 |
|
Charlie Hield
|
1e56eae2cf
|
Fix CI 404 should display error
|
2017-04-11 13:36:20 -05:00 |
|
Charlie Hield
|
ef5ebd0417
|
Add Nuxt + Apollo example
|
2017-04-11 13:15:31 -05:00 |
|
Sebastien Chopin
|
fe6b08d0fd
|
Fix package.json
|
2017-04-11 10:01:22 +02:00 |
|
Sebastien Chopin
|
25066545bb
|
Merge branch 'master' of github.com:nuxt/nuxt.js
|
2017-04-10 18:45:01 +02:00 |
|
Sebastien Chopin
|
b11a4d761b
|
Add injectAs to work with external plugins
|
2017-04-10 18:44:08 +02:00 |
|
Sébastien Chopin
|
29bc1a8683
|
Merge pull request #372 from rohitpal99/offline-plugin-integration
Offline plugin integration
|
2017-04-08 11:55:17 +02:00 |
|
Sébastien Chopin
|
757eaf7908
|
Update init-offline.js
|
2017-04-08 11:34:42 +02:00 |
|
Sébastien Chopin
|
2560bfb512
|
Merge branch 'master' into offline-plugin-integration
|
2017-04-08 11:33:32 +02:00 |
|
Sébastien Chopin
|
ddbb4b96d1
|
Set ssr: false
|
2017-04-08 11:30:06 +02:00 |
|
Sébastien Chopin
|
a33e94d780
|
Merge pull request #520 from pi0/preset
Upgrade babel-preset-vue-app ~> 1.1.1 #463
|
2017-04-06 22:02:35 +02:00 |
|
Pooya Parsa
|
adc8282e57
|
Upgrade babel-preset-vue-app ~> 1.1.1 #463
|
2017-04-06 21:38:05 +04:30 |
|
Sébastien Chopin
|
5412ddc8d1
|
Merge pull request #456 from taldy/nuxtserverinit-promises-improvement
Support other implementations of Promises inside nuxtServerInit (currently only HTML5 Promises works correctly)
|
2017-04-06 12:33:29 +02:00 |
|
Sebastien Chopin
|
9c16c0d3f2
|
Merge branch 'master' of github.com:nuxt/nuxt.js
|
2017-04-06 12:28:38 +02:00 |
|