mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "example-pug",
|
|
"dependencies": {
|
|
"nuxt": "2.x",
|
|
"pug": "^2.0.3",
|
|
"pug-plain-loader": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|