Commit Graph

3461 Commits

Author SHA1 Message Date
Pooya Parsa
342d9a8bf6 perf(spa): disable loadingIndicator by default 2018-03-20 12:43:36 +03:30
Pooya Parsa
160e1d35e4 feat(spa): support shouldPrefetch and shouldPreload 2018-03-20 12:04:39 +03:30
Pooya Parsa
18f80676f7 misc: set shouldPrefetch false by default 2018-03-20 11:55:46 +03:30
Sébastien Chopin
0d197f19a4
Merge pull request #3043 from dotnetCarpenter/contribute
be more specific about what it takes to start developing on nuxt
2018-03-20 09:21:41 +01:00
Pooya Parsa
0b2025e117 misc: disable splitChunks for layouts by default 2018-03-20 11:47:16 +03:30
Clark Du
027d204a13
fix: progress not accurate due to extra logs 2018-03-20 15:25:06 +08:00
Pooya Parsa
774c8d2923 fix: ressolve path of babel-preset-vue-app 2018-03-20 01:01:51 +03:30
David Müller
49cd2e92d2 test: snake case route names 2018-03-19 19:48:43 +01:00
Pooya Parsa
0ce8d88f38 feat: make optimization and splitChunks configurable 2018-03-19 22:10:33 +03:30
David Müller
051be92ea5 fix: snake case route names 2018-03-19 19:33:37 +01:00
David Müller
751aae38d4 fix: dynamic routes must start with an underscore
Folders or files within `pages/` should only lead to dynamic routes, if they start with an underscore.
Previously, folders like `some_folder` would lead to a route parameter `folder` being introduced.
2018-03-19 19:32:54 +01:00
dotnetCarpenter
2bf53e6ee3 updated README with 'npm run' info in nuxt app example 2018-03-19 19:21:51 +01:00
Sébastien Chopin
f57096e572
Merge pull request #3019 from nikugogoi/dev
pull request for issue #3018
2018-03-19 19:15:36 +01:00
Pooya Parsa
85d6c5758a open ~> ready
be more precicse about which ip address is nuxt listening by.
2018-03-19 21:45:20 +03:30
Pooya Parsa
6394639091 fix(nuxt-error): prevent duplicate errors
also hides 404s from ssr
2018-03-19 21:34:17 +03:30
Sébastien Chopin
e5a516bfaf
Merge pull request #3044 from dotnetCarpenter/webworker
web worker example
2018-03-19 19:00:50 +01:00
Sébastien Chopin
9c8837d52b
Merge pull request #3052 from nuxt/feat/jest
feat: migrate testing tool to jest
2018-03-19 17:58:45 +01:00
Pooya Parsa
884200b588 fix eslint 2018-03-19 20:08:11 +03:30
Pooya Parsa
0f180ad39f remove extra import 2018-03-19 20:00:03 +03:30
Pooya Parsa
984788362a fix(renderer): setAnsiColors is not a function 2018-03-19 19:56:56 +03:30
Pooya Parsa
03f3ff4517 fix: move extractText to base.config
fixes test/fixtures/ssr.
2018-03-19 19:50:45 +03:30
Pooya Parsa
3eea48899b update puppeteer to 1.2.0 2018-03-19 19:39:22 +03:30
Pooya Parsa
79d97b2be2 fix(ci): report coverage only for unit tests
jest + puppeteer: https://circleci.com/gh/nuxt/nuxt.js/581
2018-03-19 19:27:48 +03:30
Clark Du
190923e51a
fix: extractCSS:true and dev:false break building 2018-03-19 23:55:37 +08:00
Pooya Parsa
34c1cad8cc enable collectCoverage and codecov 2018-03-19 19:19:16 +03:30
Pooya Parsa
25a587544c Merge branch 'dev' into feat/jest 2018-03-19 19:14:19 +03:30
Clark Du
0a5f427b5b
fix: lint issue 2018-03-19 23:42:38 +08:00
Pooya Parsa
2976c575ab Merge branch 'dev' into feat/jest 2018-03-19 19:01:32 +03:30
Sébastien Chopin
f3bb1a69d8
Merge pull request #3041 from nuxt/feat/esm
feat: rewrite core to es
2018-03-19 16:22:59 +01:00
Pooya Parsa
9a403a156d Merge branch 'dev' into feat/esm 2018-03-19 18:48:41 +03:30
Clark Du
010064fcf0
refactor: add friendly-errors-webpack-plugin in both client and server 2018-03-19 22:47:39 +08:00
Clark Du
e116ff5a71 fix: extractCSS:true and dev:false break building 2018-03-19 22:43:34 +08:00
Clark Du
cf1fc9cb1c
fix: extractCSS:true and dev:false break building 2018-03-19 22:41:16 +08:00
Clark Du
d4f0a6f59a Merge remote-tracking branch 'upstream/dev' into feat/esm 2018-03-19 20:46:58 +08:00
Clark Du
ec87889133
ci(appveyor): not build feature branches with open pull requests 2018-03-19 18:26:57 +08:00
Clark Du
b2f0e0c066
fix: lint issue 2018-03-19 18:11:04 +08:00
Clark Du
db637c4d32
refactor: move tests to unit folder 2018-03-19 18:06:45 +08:00
Pooya Parsa
0e0729ddff fix imports 2018-03-19 12:01:25 +03:30
Clark Du
dde616fbdb
fix: avoid override of puppeteer browser 2018-03-19 16:29:44 +08:00
Pooya Parsa
be4adbd366 fix i,ports 2018-03-19 11:54:05 +03:30
Pooya Parsa
a4b4688f7c split e2e tests 2018-03-19 11:52:00 +03:30
Pooya Parsa
4500abc1a8 set maxWorkers=2 for test:unit 2018-03-19 11:27:28 +03:30
Pooya Parsa
d780794dfd pass NODE_ENV 2018-03-19 11:12:56 +03:30
Pooya Parsa
d10b6c96bf persist build artifacts 2018-03-19 11:07:52 +03:30
Pooya Parsa
de2f08fad7 fix indentation 2018-03-19 11:00:03 +03:30
Pooya Parsa
9f0bb806f5 circleci use attach_workspace 2018-03-19 10:57:25 +03:30
Clark Du
17b01d0aa8 Revert "temporarily comment _getPort for tesing"
This reverts commit ca1242d5ec.
2018-03-19 15:24:09 +08:00
Pooya Parsa
a22821af1b fix indentation 2018-03-19 10:51:50 +03:30
Pooya Parsa
06756f5216 fix circleci 2018-03-19 10:48:57 +03:30
Pooya Parsa
731ce56067 add circleCI pipeline 2018-03-19 10:46:22 +03:30