Nuxt/examples/offline-nuxt/package.json
2017-03-12 05:25:01 +05:30

9 lines
158 B
JSON

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