Nuxt/lib/core
Clark Du 3b5a4709e8
feat: support global command-line build and start (#3647)
With this pr, user can install nuxt globally, then start or build simple repos without npm /yarn install:


```bash
npm i nuxt-edge -g
nuxt dev/build/start
```
2018-08-07 19:50:04 +01:00
..
middleware Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
index.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30
meta.js fix: add title before other meta for better SEO (#3362) 2018-05-23 11:17:47 +04:30
module.js refactor: add deprecation log for addVendor 2018-08-07 10:24:01 +01:00
nuxt.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
renderer.js feat: support global command-line build and start (#3647) 2018-08-07 19:50:04 +01:00