mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"name": "example-custom-server",
|
|
"dependencies": {
|
|
"express": "^4.15.3",
|
|
"nuxt": "2.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "nuxt build",
|
|
"start": "NODE_ENV=production node server.js",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|