Commit ada31e80 authored by Sebastien Chopin's avatar Sebastien Chopin

Add start-spa script

parent 4789f198
......@@ -18,9 +18,10 @@
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"dev-spa": "nuxt dev --spa",
"build-spa": "nuxt build --spa",
"start": "nuxt start"
"start-spa": "nuxt start --spa"
},
"engines": {
"node": ">=8.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment