Nuxt/examples/with-keep-alive/package.json
2018-01-17 09:46:48 +01:00

12 lines
176 B
JSON

{
"name": "hello-nuxt-keep-alive",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}