1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Nuxt/lib
Clark Du 3b5a4709e8
feat: support global command-line build and start ()
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
..
app Use original vue-ssr instead of copy () 2018-08-07 02:58:33 +02:00
builder refactor: use default preset for cssnano 2018-08-06 18:42:23 +01:00
common Consistent parens in arrow functions () 2018-08-06 02:12:44 +02:00
core feat: support global command-line build and start () 2018-08-07 19:50:04 +01:00
index.js misc: improve coverage and packaging () 2018-03-28 02:58:17 +04:30
nuxt-legacy.js feat: auto fallback to legacy build for node@6 support 2018-06-01 16:56:13 +04:30
nuxt-start.js misc: improve coverage and packaging () 2018-03-28 02:58:17 +04:30
nuxt.js misc: improve coverage and packaging () 2018-03-28 02:58:17 +04:30