Commit Graph

741 Commits

Author SHA1 Message Date
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
Sebastien Chopin 5849c68993 fix: npm start script 2017-04-06 12:28:27 +02:00
taldy d7f95446aa Merge branch 'nuxtserverinit-promises-improvement' of github.com:taldy/nuxt.js into nuxtserverinit-promises-improvement 2017-04-06 12:19:00 +03:00
taldy 1ba4adca70 Fix codestyle 2017-04-06 12:18:27 +03:00
Sébastien Chopin 7fb45da8d0 Fix syntax error 2017-04-06 11:14:43 +02:00
Sébastien Chopin 63f4f74497 Fix syntax error 2017-04-06 11:14:24 +02:00
taldy c22b0b790b Simplify fix and cover other Promise checks 2017-04-06 12:09:56 +03:00
Sébastien Chopin f62696d293 Merge pull request #516 from agoalofalife/master
fix server validate
2017-04-05 21:35:03 +02:00
Ilya 6c0f138b7d fix server validate 2017-04-05 22:33:11 +03:00
Sébastien Chopin b051e740ea Merge pull request #515 from agoalofalife/master
fix in client : validate method
2017-04-05 21:26:17 +02:00
Sébastien Chopin 3e7d0a19ed Update client.js 2017-04-05 21:25:44 +02:00
Ilya 17db23f45f fix in client : validate method 2017-04-05 21:40:46 +03:00
Sébastien Chopin 1372d29fa3 Merge pull request #507 from agoalofalife/master
proposal for validation pages
2017-04-05 18:35:24 +02:00
Sébastien Chopin 4c012e93af Update server.js 2017-04-05 18:25:35 +02:00
Sébastien Chopin 99a03812a4 Update client.js 2017-04-05 18:25:12 +02:00
Sébastien Chopin 9c4244635c Update server.js 2017-04-05 18:24:48 +02:00
Sébastien Chopin 7ef6411269 Update client.js 2017-04-05 18:24:15 +02:00
Ilya 99400bb12d server proposal for validation 2017-04-05 19:14:45 +03:00
Sebastien Chopin 7b4f499818 Merge branch 'master' of github.com:nuxt/nuxt.js 2017-04-05 15:39:28 +02:00
Sebastien Chopin 2646970b67 Add preset-es2015 in dependencies 2017-04-05 15:39:17 +02:00
Ilya 42e16a650b proposal for validation pages 2017-04-04 14:25:48 +03:00
Sébastien Chopin 89edc32298 Merge pull request #488 from any35/master
pass 'this nuxt' context in extend webpack config
2017-04-03 18:23:29 +02:00
Walter Ye e7bcdc736e pass 'this nuxt' context in extend webpack config
// nuxt.config
build: {
    extend (config, {dev, isClient}) {
      // get this context here
      config.resolve.alias['~services'] = join(this.srcDir, 'services');
    },
}
2017-04-01 13:34:09 +08:00
Sébastien Chopin d576dad069 Fix eslint + istanbul 2017-03-28 16:28:24 +02:00
Sébastien Chopin f6a02a1ac6 Disable performance hints for SSR 2017-03-27 18:06:57 +02:00
Sébastien Chopin 2f2eaac299 Add debug for redirect on ssr 2017-03-26 23:38:51 +02:00
taldy 93c4be2d28 Support other types of Promises returned by nuxtServerInit() 2017-03-26 17:54:27 +03:00
Sébastien Chopin d63b34de78 Fix tests 2017-03-26 00:58:10 +01:00
Sébastien Chopin 704ff5e577 Bump to 0.10.5 2017-03-26 00:54:12 +01:00
Sébastien Chopin 0c85656142 Add vuex nested modules test 2017-03-26 00:53:50 +01:00
Sébastien Chopin 617999a60a Add manifest 2017-03-26 00:52:39 +01:00
Sébastien Chopin 494364604d Merge pull request #447 from rhwilrForks/master
Allow nested vuex modules
2017-03-25 23:15:00 +01:00
Ralph Huwiler 6f66cd0a1f updated example for nested modules 2017-03-25 23:04:34 +01:00
Ralph Huwiler 78ea2591c2 Create nested modules for each folder in ./store 2017-03-25 21:21:11 +01:00
Sébastien Chopin 5ff6424e09 Bump to 0.10.4 2017-03-25 19:03:28 +01:00
Sébastien Chopin 3b635323a4 Add layout in __NUXT__ 2017-03-25 18:59:58 +01:00
Sébastien Chopin d71e9782c5 Add glitch link 2017-03-25 15:48:26 +01:00
Sébastien Chopin 26533f3676 Bump version 2017-03-25 15:16:20 +01:00
Sébastien Chopin 1cefff8194 Add watchers option and url after build 2017-03-25 15:16:07 +01:00