Commit Graph

346 Commits

Author SHA1 Message Date
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
Sébastien Chopin
0c385f522c Optimise promisifyRouteParams() 2016-12-10 12:39:11 +01:00
Sébastien Chopin
2d6ac069fd Fix test for node v4 2016-12-10 12:31:48 +01:00
Sébastien Chopin
d3643b44d4 Add tests for utils 2016-12-10 12:24:02 +01:00
Sébastien Chopin
bc1e9c00eb Add gitkeep for pages folder 2016-12-10 11:21:38 +01:00
Sébastien Chopin
962f37794e Add more test 2016-12-10 10:57:50 +01:00
Sébastien Chopin
3606d2a576 Add test when no build and call render 2016-12-09 23:29:04 +01:00
Sébastien Chopin
6b7062046e Use Nuxt server for tests 2016-12-09 23:07:33 +01:00
Sébastien Chopin
530cb9f272 Merge pull request #56 from johnlindquist/patch-1
Update to `layouts/app.vue`
2016-12-09 23:04:07 +01:00
John Lindquist
d7fb9560be Update README.md 2016-12-09 14:32:19 -07:00
Sébastien Chopin
803b21bf17 Bump to 0.8.8 2016-12-09 20:10:04 +01:00
Sébastien Chopin
4aa600e57a Add Server class in nuxt 2016-12-09 20:09:12 +01:00
Sébastien Chopin
19e7e6f6cf Bump to 0.8.7 2016-12-09 19:52:36 +01:00
Sébastien Chopin
bac1f40438 Add badges build & coverage 2016-12-09 19:50:59 +01:00
Sébastien Chopin
ac44c6dd54 Remove node 0.10 & 0.12 2016-12-09 19:46:07 +01:00