Nuxt/lib/app
Felipe Lübe de Bragança 232bc0196f feat: missing pages directory warning (#4054)
## 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)
- [x] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
Resolves #3920 by adding a warning during the build process and a small disclaimer into the default page component.


## Checklist:
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [x] I have added tests to cover my changes (if not applicable, please state why)
- [x] All new and existing tests are passing.
2018-10-05 13:37:55 +01:00
..
components fix: expose loading.throttle as an option (#3953) 2018-09-24 18:30:22 +01:00
layouts Cleaner structure 2017-06-18 12:06:00 +04:30
pages feat: missing pages directory warning (#4054) 2018-10-05 13:37:55 +01:00
views fix: ie11 loading indicator not centering (#3779) 2018-08-22 14:10:31 +01:00
App.js fix: remove string interpolation from App.js (#3750) 2018-08-17 09:22:52 +01:00
client.js * Typofixes - https://github.com/vlajos/misspell-fixer (#4013) 2018-09-29 22:05:20 +02:00
empty.js grammer fix 2017-08-10 14:25:33 +04:30
index.js refactor: always use process.client instead of process.browser (#3910) 2018-09-19 13:30:23 +04:30
middleware.js fix: ignore test files inside middleware and store (#2905) 2018-03-01 09:38:42 +03:30
router.js feat(router): add support for props and alias (#3818) 2018-09-01 09:03:28 +04:30
server.js chore: remove extra validationError 2018-08-25 21:56:42 +04:30
store.js refactor: client store code style (#3683) 2018-09-24 02:15:44 +03:30
utils.js refactor: always use process.client instead of process.browser (#3910) 2018-09-19 13:30:23 +04:30