First off, great work so far on nuxt.js
For this issue, some documentation here: https://docs.npmjs.com/files/package.json#config
Ideally, the package.json would then look like this:
{
"scripts": {
"start": "nuxt"
},
"config": {
"nuxt": {
"port": 4000
}
}
}
This is critical for folks who want to host multiple nuxt.js apps/sites on one server.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c11">#c11</a>)</em></sub></div>