Commit Graph

1749 Commits

Author SHA1 Message Date
Sébastien Chopin 5f5abc2c2c Merge pull request #1860 from sdras/update-gitignore
update gitignore
2017-10-16 14:21:16 +02:00
Sébastien Chopin 84e8ca7bce Merge pull request #1868 from clarkdo/vue-2.5.x
chore: upgrade vue to 2.5.x
2017-10-16 14:20:34 +02:00
Sébastien Chopin df2af66355 Refacto client app 2017-10-16 10:40:08 +02:00
Clark Du f8bc7e2383
refactor: renderToString now returns a Promise if no callback is passed 2017-10-16 11:29:09 +08:00
Clark Du efd044fad6
chore: upgrade vue to 2.5.x 2017-10-16 11:08:33 +08:00
FieryCod 0b46b06c7c Adds support for folders in /layouts 2017-10-15 21:31:01 +02:00
sdras cfc9eff3c7 update gitignore 2017-10-14 13:03:03 -04:00
Sébastien Chopin 7534001123 Refactor to use only one context and add route.meta 2017-10-13 23:53:04 +02:00
Sébastien Chopin 031b0d58c8 dev: Improve template debugging in development 2017-10-13 22:20:16 +02:00
Eric McCormick a5e16d2fe6 feat(bin): adds version flag
adds --version / -v support for the nuxt binary; will always output version and exit(0)
2017-10-13 12:02:09 +03:30
Zhang Chengrong cf693d04a3 Fix auto load postcss.config.js problem 2017-10-13 11:48:36 +03:30
Pooya Parsa 6a1fd757c6 update tests 2017-10-07 18:54:15 +03:30
Pooya Parsa b6f2405e7e nuxt-child styling 2017-10-07 18:29:36 +03:30
Pooya Parsa 991d5f70ea fix: add __nuxt id 2017-10-07 13:19:30 +03:30
Pooya Parsa e4af41f529 rewrite nuxt.vue with render function 2017-10-07 13:17:31 +03:30
Pooya Parsa 870cbd6278 rewrite App.vue with render function 2017-10-07 13:13:09 +03:30
Pooya Parsa 75350cdd78 test: add tests for spa 2017-10-07 12:37:52 +03:30
Pooya Parsa f6d09642d7 fix renderAndGetWindow for SPA mode 2017-10-07 12:36:34 +03:30
Pooya Parsa 5f8be57172 workaround for appveyor memory limit 2017-10-07 12:21:28 +03:30
Pooya Parsa 45840bf064 appveyor 2017-10-07 12:07:21 +03:30
Pooya Parsa f469584262 test: mark generate with validate as todo
#1705
2017-10-07 11:56:00 +03:30
Pooya Parsa 20992779af fix no-ssr client side test 2017-10-07 00:05:14 +03:30
Pooya Parsa 3d3e8a298b chore(package): upgrade dependencies 2017-10-06 22:21:43 +03:30
Sébastien Chopin f654c9c94c Merge pull request #1723 from whtsky/vue-2.4.4
Upgrade to Vue 2.4.4
2017-09-25 10:24:29 +02:00
Wu Haotian ddfe0eb7f7 use yarnpkg registry 2017-09-24 18:39:38 +08:00
Wu Haotian 7d8392f036 Upgrade Vue to 2.4.4 2017-09-24 18:34:44 +08:00
Sebastien Chopin 9e4f864e4d Fix issue #1629 2017-09-22 16:05:59 +02:00
Sebastien Chopin 604dfc95de Link to doc 2017-09-22 15:21:39 +02:00
Sebastien Chopin a3e5edd04a Upgrade dependencies 2017-09-22 15:21:34 +02:00
Sébastien Chopin 47aa3d90c0 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-09-21 22:42:51 +02:00
Sébastien Chopin 6fd67b68dd fix: Wait for fn to end before pushing next message 2017-09-21 22:42:28 +02:00
Sébastien Chopin 04c8d423d4 Update README.md 2017-09-21 22:36:50 +02:00
Sébastien Chopin 27b80739bc Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-09-21 22:35:48 +02:00
Sébastien Chopin 107f245dcf Add generate script 2017-09-21 22:28:06 +02:00
Sébastien Chopin 2f03a305a2 Update example 2017-09-21 22:27:30 +02:00
Mihal Malostanidis d5691f75e7 Remove preset-es2015 dependency (#1698)
* Switch rollup to babel env preset

Using the engine version from package.json

* Remove babel-preset-es2015 dependency

That darn thing was even in prod dependencies!
2017-09-21 05:02:40 +04:30
Mouti'a Benachour 3c7273c5b0 fix error handler if error message is readonly (#1673) 2017-09-17 22:53:17 +04:30
Sebastien Chopin 53dc522849 add: store. & this. 2017-09-14 18:25:34 +02:00
Sebastien Chopin adbf0cdc3c Upgrade dependencies 2017-09-14 18:24:21 +02:00
Sébastien Chopin dcf35933c0 Merge pull request #1620 from homerjam/layout-transitions
add layout transitions
2017-09-12 13:36:52 +02:00
Pooya Parsa e289edc67e fix: show server errors in console 2017-09-12 02:57:51 +04:30
Pooya Parsa 19a943d44c fix: increase webpack dev timeouts 2017-09-12 01:05:09 +04:30
Pooya Parsa b41fcbc789 feat: open in editor 2017-09-10 00:52:07 +04:30
James Homer 9dd3c7fea0 add layoutTransition to with-config test 2017-09-09 12:39:20 +01:00
James Homer ad09857234 remove unnecessary plus 2017-09-09 12:19:52 +01:00
James Homer 2bf02731f2 fix page transitions 2017-09-09 12:19:52 +01:00
James Homer e937937ea1 add layout transitions 2017-09-09 12:19:52 +01:00
Sébastien Chopin 2db304e222 Merge pull request #1613 from clarkdo/dev
refactor: fix some code issues
2017-09-08 11:00:43 +02:00
Clark Du afc756f694 move up error print becuse it never be called
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:15:29 +08:00
Clark Du eae828ccc6 remove condition due to 'this.options.dev' is always false
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:10:57 +08:00