Commit Graph

810 Commits

Author SHA1 Message Date
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
Alexandre Chopin
c9784651e9 add gzip configuration 2017-03-25 12:57:38 +01:00
Sébastien Chopin
77439223cf Bump to 0.10.2 2017-03-25 12:36:58 +01:00
Sébastien Chopin
584f3493b8 Merge pull request #442 from evseevnn/master
fix - store no available in context on client side
2017-03-25 12:33:21 +01:00
Alexandre Chopin
5127f4821e Merge pull request #444 from pra85/patch-1
Fix a typo in Readme
2017-03-25 12:02:38 +01:00
Prayag Verma
a13f30e7d4 Fix a typo in Readme
Remove repeated word - status
2017-03-25 12:27:49 +05:30
evseevnn
435337529a fix - store no available to context on client side 2017-03-25 12:30:23 +07:00
evseevnn
8ec4eb908f fix - store no available to context on client side 2017-03-25 12:23:42 +07:00
Sébastien Chopin
c4962f09a9 Improve chokidar watch on middleware and store 2017-03-25 05:06:12 +01:00
Sébastien Chopin
ea5881e64a Bump to 0.10.1 2017-03-25 03:41:22 +01:00
Sébastien Chopin
89ed672f10 Add common pre-processors in nuxt 2017-03-25 03:38:19 +01:00
Sébastien Chopin
7a34763277 Fix webpack building loop 2017-03-25 03:17:26 +01:00
Sébastien Chopin
019d00fadb no source maps on production 2017-03-25 03:17:15 +01:00
Sébastien Chopin
9f3cfbf226 Upgrade dependencies 2017-03-25 03:16:56 +01:00
Sébastien Chopin
b790a26a7f Merge pull request #435 from bratberg/master
Bump Nuxt and Vuetify versions in "with-vuetify"-example
2017-03-24 23:41:35 +01:00
Espen Bratberg
9f193ab9fe Update README 2017-03-24 19:50:55 +01:00
Espen Bratberg
8f28f1d8dd Bumped nuxt and vuetify versions 2017-03-24 19:50:03 +01:00
Sébastien Chopin
bfe62b7d71 Update README.md 2017-03-24 19:05:57 +01:00
Sébastien Chopin
6d969bdd6b Bump to 0.10.0 2017-03-24 19:02:20 +01:00
Sébastien Chopin
d1550f914b Merge branch '0.10.0' 2017-03-24 19:00:48 +01:00
Sébastien Chopin
4431dfa368 revert to no-cdn publicPath 2017-03-24 18:54:54 +01:00
Sébastien Chopin
05c6dd958c Use CDN url for publicPath 2017-03-24 18:46:18 +01:00
Sébastien Chopin
184bd01b2b Coverage for template and publicPath 2017-03-24 18:35:30 +01:00
Sébastien Chopin
954c25b420 Upgrade vue-loader 2017-03-24 18:21:50 +01:00
Sébastien Chopin
8831331e3d Fix hot reloading 2017-03-24 16:52:18 +01:00
Sébastien Chopin
7f767b7fb7 Remove unused css 2017-03-24 16:51:49 +01:00
Sébastien Chopin
39636a9544 Upgrade dependencies 2017-03-24 16:51:35 +01:00
Sébastien Chopin
3f4ea1064d Remove PostCompilePlugin 2017-03-24 16:51:16 +01:00
Sébastien Chopin
7333e7a758 Update webpack perfs hints 2017-03-24 16:12:59 +01:00
Sébastien Chopin
221bcb5e33 Fix tests 2017-03-24 16:11:56 +01:00
Sébastien Chopin
52d1df7a24 Fix updated route in context + error handling 2017-03-24 15:49:24 +01:00
Sébastien Chopin
a13be619e2 Ignore examples yarn.lock 2017-03-24 15:48:51 +01:00