+9
-2
lines changedFilter options
+9
-2
lines changed Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1
1
{
2
-
"sandboxes": ["0d335"]
2
+
"sandboxes": ["qeu9j"]
3
3
}
Original file line number Diff line number Diff line change
@@ -491,17 +491,24 @@ export default {
491
491
'',
492
492
"new Vue({ el: '#app', render: h => h(App) })"
493
493
].join('\r\n')
494
+
const scripts = {
495
+
serve: 'vue-cli-service serve',
496
+
build: 'vue-cli-service build'
497
+
}
494
498
const dependencies = {
495
499
bootstrap: bootstrapVersion,
496
500
'bootstrap-vue': bootstrapVueVersion,
497
501
vue: vueVersion
498
502
}
503
+
const devDependencies = {
504
+
'@vue/cli-service': '^4.3.0'
505
+
}
499
506
return getCodeSandboxParameters({
500
507
files: {
501
508
'App.vue': { content: vueContent },
502
509
'index.html': { content: htmlContent },
503
510
'index.js': { content: jsContent },
504
-
'package.json': { content: { dependencies } }
511
+
'package.json': { content: { scripts, dependencies, devDependencies } }
505
512
}
506
513
})
507
514
},
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4