Nuxt/examples/with-keep-alive/package.json
2018-03-19 10:41:46 +08:00

12 lines
178 B
JSON

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