Commit Graph

320 Commits

Author SHA1 Message Date
Sébastien Chopin 4c3f7abb1d Update exemple css 2016-12-20 13:44:22 +01:00
Sébastien Chopin 0fe34e0fb0 Fix re-usable component data 2016-12-20 13:44:22 +01:00
Sébastien Chopin 79fae6fe5c Update example with dynamic transition 2016-12-20 13:44:21 +01:00
Sébastien Chopin 6d9f8f23f1 Add JS hooks and dynamic transition 2016-12-20 13:29:10 +01:00
Sébastien Chopin baaaefbf2c Bump to 0.9.1 2016-12-20 12:55:48 +01:00
Sébastien Chopin 66124e5bce Dont use _routerViewCache anymore 2016-12-20 12:55:25 +01:00
Sébastien Chopin 2e2062e045 preserveWhitespace false to avoid SSR mismatch 2016-12-20 11:58:32 +01:00
Sébastien Chopin 3777e52a99 Update dependencies 2016-12-20 11:17:11 +01:00
Sébastien Chopin f43617b083 Update README.md 2016-12-20 10:38:16 +01:00
Sébastien Chopin 004e21b929 Merge branch 'nested-dynamic-routes' 2016-12-19 20:37:24 +01:00
Sébastien Chopin 9780bd7b46 Bump to 0.9.0 2016-12-19 20:36:58 +01:00
Sébastien Chopin eabcf490b1 Simplify example 2016-12-19 20:35:34 +01:00
Sébastien Chopin 8eb6b5e3b6 remove console.log 2016-12-19 20:17:52 +01:00
Sébastien Chopin 8b44294858 Typo 2016-12-16 18:13:53 +01:00
Sébastien Chopin 0142dae008 Replace router-link to nuxt-link 2016-12-16 18:12:38 +01:00
Sébastien Chopin 36f3d48ece Custom route example 2016-12-16 17:46:30 +01:00
Sébastien Chopin a31dc539cc Call only the children data for better perf 2016-12-16 17:46:09 +01:00
Sébastien Chopin 2cf68b6019 add nuxt-child and nuxt-link 2016-12-16 17:45:47 +01:00
Sébastien Chopin 213ee890a7 Add utils.compile 2016-12-16 17:45:05 +01:00
Sébastien Chopin 649365f4f6 Force npm3 2016-12-16 10:09:51 +01:00
Sébastien Chopin 9d6db35079 Fix webpack dependency 2016-12-15 20:18:10 +01:00
Sébastien Chopin 04ee77ce61 Fix webpack dependency 2016-12-15 20:13:54 +01:00
Sébastien Chopin 736f1ed1d5 Use webpack 2.2.0-rc.0 2016-12-15 18:53:00 +01:00
Sébastien Chopin b8ec7329f7 Set color for debug module 2016-12-15 18:48:31 +01:00
Sébastien Chopin 970ac4cad8 Add editorconfig 2016-12-15 18:47:20 +01:00
Sébastien Chopin 0dd867cdec Fix rebuild when nuxt.config.js changed 2016-12-14 15:30:55 +01:00
Alexandre Chopin b245b8d6ff update nuxt-child props 2016-12-13 19:00:21 +01:00
Alexandre Chopin b6b1fc3073 add component nuxt-child 2016-12-13 17:42:45 +01:00
Sébastien Chopin 1c4e767850 Add babel options in .vue files 2016-12-13 17:39:59 +01:00
Sébastien Chopin efd6b5cefa Merge branch 'master' into nested-dynamic-routes 2016-12-13 17:38:44 +01:00
Sébastien Chopin c16c7b71bd Fix babel options for .vue files 2016-12-13 17:38:07 +01:00
Sébastien Chopin ec581ce924 Merge pull request #65 from antcook/patch-2
Update package.json
2016-12-13 13:53:39 +01:00
Anthony Cook 71b6b990c8 Update package.json
NODE_ENV is not a recognised command on Windows, the work around is to use the cross-env package or to have two separate scripts, one for Windows and one for Unix based systems. I figured using the cross-env is much more friendly and will save confusion, tested on both Windows and Mac.
2016-12-13 12:17:17 +00:00
Alexandre Chopin d3b904cb7c fix readme 2016-12-13 11:17:05 +01:00
Alexandre Chopin 14543bc327 fix tabs readme 2016-12-13 11:08:23 +01:00
Alexandre Chopin 044a4bfb55 update readme 2016-12-13 11:06:11 +01:00
Alexandre Chopin e1b5846899 update readme 2016-12-13 11:04:55 +01:00
Alexandre Chopin 1916bb6d2f clean example 2016-12-13 11:04:48 +01:00
Sébastien Chopin 0f81a13cda Merge pull request #62 from chrisvfritz/patch-1
Use spaces instead of tabs for consistency
2016-12-13 10:41:49 +01:00
Chris Fritz 12e6b6cb9c Use spaces instead of tabs for consistency
Since the rest of the file is using spaces, I changed the tabs before `NuxtLoading` to spaces as well.
2016-12-12 18:59:48 -05:00
Alexandre Chopin 0df05fd633 html-minifier config 2016-12-12 23:15:54 +01:00
Alexandre Chopin 4ebe6f7ac8 add html minifier for generate 2016-12-12 23:09:11 +01:00
Sébastien Chopin 7f3a39fea1 Fix child components data 2016-12-12 21:55:43 +01:00
Alexandre Chopin 2c4a512dda generate ok 2016-12-12 21:54:02 +01:00
Alexandre Chopin da9c311b54 generate routes flatten 2016-12-12 21:16:12 +01:00
Sébastien Chopin b71b8b7478 Add .json extension 2016-12-12 16:30:17 +01:00
Sébastien Chopin f8c7b5c012 Add validate option 2016-12-12 16:30:07 +01:00
Sébastien Chopin b3df306c30 Merge branch 'master' into nested-dynamic-routes 2016-12-12 15:02:32 +01:00
Sébastien Chopin ca7d8bc3a8 No extension needed to import vue files 2016-12-12 15:01:57 +01:00
Sébastien Chopin 5b3dc23cd3 Avoid crashing server when config changed 2016-12-12 15:01:30 +01:00