This package has been deprecated

Author message:

please use nuxt-start-edge instead

nuxt-edge-start

2.0.0-25597175.4311aca6 • Public • Published

Now that nuxt-edge-start has been archived and deprecated, it has been [moved to nuxt-start-edge].

This package will be no longer updated. Please use nuxt-start-edge instead, report any bugs and open pull requests over on the nuxt.js repo.


nuxt-start

Start Nuxt.js Application in production mode.

Installation

npm install --save nuxt-start

Add/Update your "start" script into your package.json:

{
	"scripts": {
		"start": "nuxt-start"
	}
}

Usage

nuxt-start <dir> -p <port number> -H <hostname> -c <config file>

Programmatic Usage

const { Nuxt } = require('nuxt-start')

// Require nuxt config
const config = require('./nuxt.config.js')

// Create a new nuxt instance
const nuxt = new Nuxt(config)

// Start nuxt.js server
nuxt.listen(3000) // nuxt.listen(port, host)

// Or use `nuxt.render` as an express middleware

Package Sidebar

Install

npm i nuxt-edge-start

Weekly Downloads

8

Version

2.0.0-25597175.4311aca6

License

MIT

Unpacked Size

67.1 kB

Total Files

6

Last publish

Collaborators

  • nuxt.bot