Commit Graph

760 Commits

Author SHA1 Message Date
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
Alexandre Chopin 32a6f30118 delete option routes.router 2016-12-12 14:16:47 +01:00
Alexandre Chopin cc15926340 update example 2016-12-12 00:15:15 +01:00
Sébastien Chopin 9d59a2f80f remove strict mode for node v4 2016-12-11 18:58:47 +01:00
Alexandre Chopin ae2bf10221 nested data example update 2016-12-11 17:10:35 +01:00
Alexandre Chopin 1ee4f9c40e update example 2016-12-11 16:41:52 +01:00
Alexandre Chopin af36b495b0 order Routes 2016-12-11 16:40:49 +01:00
Alexandre Chopin d09fdfb78e scoop position nested routes 2016-12-11 16:40:18 +01:00
Alexandre Chopin ce0a89508e update routes options default 2016-12-11 13:34:08 +01:00
Alexandre Chopin 8870c181d7 Update custom route example
Build and Router
2016-12-11 02:44:40 +01:00
Alexandre Chopin 0b8b85128f Nested dynamic routes
Build and Router
2016-12-11 01:46:04 +01:00