A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/a948846400c37fca0fa3ed673b1c4684fc6f69e1 below:

CodeSandbox integration (#5381) · bootstrap-vue/bootstrap-vue@a948846 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+9

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+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