Commit Graph

8 Commits

Author SHA1 Message Date
Sebastien Chopin 1ae3062283 Add nuxt.ready(), dev depends on process.env.NODE_ENV, server waits for modules to be ready and build() is called on development by default 2017-06-02 17:58:53 +02:00
Pooya Parsa c5ca8c64f1 refactor: nuxt constructor no longer returns a promise
by not returning a promise we can expose .render method
also the old way of using nuxt won't change by 1.x release
2017-05-31 18:51:16 +04:30
Pooya Parsa b0b9101a8d [tests] await for nuxt initialization
Nuxt constructor is now returning a promise, so we should await it before using
2017-05-12 00:19:02 +04:30
Sébastien Chopin 117fa7ef3a Fix test 2016-12-20 20:54:23 +01:00
Sébastien Chopin a03b13c2c1 Move to fixtures and add generate test 2016-12-20 20:44:42 +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 5fc338e6b2 Add tests 2016-12-09 18:51:19 +01:00