Nuxt/examples/offline-nuxt/package.json

9 lines
158 B
JSON
Raw Normal View History

{
"name": "offline-config-nuxt",
"scripts": {
"dev": "../../bin/nuxt",
"build": "../../bin/nuxt build",
"start": "../../bin/nuxt start"
}
}