Commit Graph

152 Commits

Author SHA1 Message Date
Sébastien Chopin
7738d0c0af Merge pull request #1447 from Zip753/improve-nuxt-config-interface
Improve nuxt.config.js and Nuxt modules API
2017-08-24 15:49:10 +02:00
Sebastien Chopin
e90a753d8d no-ssr: Add tests 2017-08-24 12:46:30 +02:00
Ivan Nikulin
9c39c128f2
Add tests for chainFn 2017-08-23 00:50:46 +02:00
Ivan Nikulin
2336b3e6ea
Update extendBuild modules API 2017-08-23 00:50:46 +02:00
Ivan Nikulin
416b84ccae
Update extendRoutes modules API 2017-08-23 00:50:46 +02:00
Ivan Nikulin
8cf5a21752
Change build.extend hook to return new webpack config 2017-08-23 00:50:45 +02:00
Ivan Nikulin
635ee580e9
Change router.extendRoutes hook to return new router config 2017-08-23 00:50:45 +02:00
Pooya Parsa
85e7641bae update tests 2017-08-19 16:03:24 +04:30
Pooya Parsa
c5a5dac627 update tests 2017-08-18 16:02:25 +04:30
Sebastien Chopin
af60ba21c0 Remove JS files for pages & layouts 2017-08-17 15:23:40 +02:00
Sébastien Chopin
0cceb87fbc Merge pull request #1368 from whtsky/glob-js
Support write layouts and components in `.js` files
2017-08-14 14:19:25 +02:00
Sébastien Chopin
db47df0761 Handle wildcard routing order 2017-08-14 14:01:10 +02:00
Wu Haotian
814590c15a add .js files for layouts and pages 2017-08-14 18:09:27 +08:00
Pooya Parsa
7dd00a7c50 fix error pages layout
error page itself is a kind of layout so we should purely render it to avoid style conflicts
2017-08-10 15:07:23 +04:30
Pooya Parsa
9bb7d0331a update error 2017-08-05 23:50:26 +04:30
Pooya Parsa
c709b22612 update error tests 2017-08-05 12:17:30 +04:30
Pooya Parsa
ab5b64ea67 enable async components tests (vue 2.4) 2017-07-30 16:52:39 +04:30
Pooya Parsa
bdca7630a4 update module tests 2017-07-30 16:26:27 +04:30
Sebastien Chopin
45933f58c0 Remove only test 2017-07-27 16:51:17 +02:00
Sebastien Chopin
15400e1828 Add test for custom state 2017-07-27 16:50:24 +02:00
Pooya Parsa
68326a6c9b chore: update tests 2017-07-22 23:49:35 +04:30
Pooya Parsa
b16060afd4 basic tests for express middleware 2017-07-22 23:43:44 +04:30
Pooya Parsa
054098acf8 > upgrade dependencies 2017-07-18 02:49:02 +04:30
Pooya Parsa
f317b70fd5 test(module): add tests for tapable 2017-07-18 00:08:02 +04:30
Pooya Parsa
75d933aac6 tests: update with-config
Two index files are generated now so increase assets.length by 1
2017-07-11 13:40:46 +04:30
Pooya Parsa
107d36c851 tests: update module fixture 2017-07-11 13:33:29 +04:30
Sébastien Chopin
2cc78c0446 Remove dynamic components 2017-07-09 23:06:17 +02:00
Pooya Parsa
b02dfc7ebc update tests 2017-07-07 02:57:27 +04:30
Pooya Parsa
bfd8475979 test(ssr): async components 2017-07-03 22:59:38 +04:30
Pooya Parsa
28d20ec262 test(ssr): add unique test 2017-07-03 22:49:22 +04:30
Pooya Parsa
14c67f935e eslint 2017-07-03 15:58:38 +04:30
Pooya Parsa
205113dfce update tests 2017-07-03 15:47:22 +04:30
Pooya Parsa
29a7874169 update tests 2017-06-29 21:30:18 +04:30
Sebastien Chopin
365d51c0b7 Simplify publicPath and add test for protected resources 2017-06-20 16:12:55 +02:00
Pooya Parsa
d42819ee91 update tests 2017-06-20 17:25:52 +04:30
Pooya Parsa
daa50e4efb refactor server into nuxt 2017-06-20 16:14:47 +04:30
Sébastien Chopin
c26daa9e8f Fix tests 2017-06-18 19:33:23 +02:00
Pooya Parsa
0453308e5e code coverage 2017-06-16 17:53:34 +04:30
Pooya Parsa
8f2945111a use nuxtAppDir 2017-06-16 17:34:42 +04:30
Pooya Parsa
45485f5b8a update tests 2017-06-16 17:19:35 +04:30
Pooya Parsa
25f11a05ab fix tests 2017-06-16 03:17:47 +04:30
Pooya Parsa
42b603304d fix tests 2017-06-16 03:08:43 +04:30
Pooya Parsa
2576e8795e init() ~> ready() 2017-06-15 19:29:26 +04:30
Pooya Parsa
15bc36afb0 fix some tests 2017-06-15 14:33:54 +04:30
Pooya Parsa
25d106e2ab runBuild option 2017-06-14 23:21:14 +04:30
Pooya Parsa
36c1deda17 fix tests 2017-06-14 20:47:49 +04:30
Pooya Parsa
42bf9bb41d decouple builder from renderer + improvements 2017-06-14 20:43:43 +04:30
Pooya Parsa
b61694ca21 clone options to prevent unwanted side-effects
fixes with-config test that runs nuxt twice with same nuxt.config.js file
2017-06-14 03:22:30 +04:30
Pooya Parsa
ce5cb62ee6 fix index.test 2017-06-14 02:50:19 +04:30
Pooya Parsa
c519c3edff fixes + improvements 2017-06-14 02:39:03 +04:30