Nuxt/test/fixtures
Clark Du 818c66f567
ci: use travis instead of appveyor (#4168)
<!--- Provide a general summary of your changes in the title above -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->


## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [ ] All new and existing tests are passing.
2018-10-22 14:02:17 +01:00
..
async-config feat(cli): support async nuxt.config.js (#4021) 2018-10-18 19:27:35 +03:30
basic refactor: config Postcss preset and plugins together (#3927) 2018-10-09 15:56:11 +03:30
children feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
cli ci: use travis instead of appveyor (#4168) 2018-10-22 14:02:17 +01:00
config-explicit fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
custom-app-template fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
custom-dirs test(custom-dirs): fix custom-asset dir test (#4136) 2018-10-17 01:25:56 +03:30
dynamic-routes fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
empty fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
error fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
extract-css fix: style module with extractCSS not work well (#4093) 2018-10-11 22:53:02 +01:00
https feat(core, cli): builtin support of https and unix sockets (#3831) 2018-09-02 13:50:25 +04:30
missing-pages-dir feat: missing pages directory warning (#4054) 2018-10-05 13:37:55 +01:00
missing-plugin Display proper error when specified plugin isn't found (#3672) 2018-08-10 15:48:27 +01:00
module feat(builder, module): allow error layouts to be added through addLayout. closes #3194. (#3834) 2018-09-02 13:52:10 +04:30
sockets test: skip sockets test in windows platform 2018-09-13 10:07:34 +01:00
spa feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
ssr fix: properly serialize undefined in vuex store (#3913) 2018-09-25 10:51:07 +02:00
with-config feat: configurable global name (#4012) 2018-10-09 15:38:33 +03:30