2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-19 22:10:33 +03:00
This commit is contained in:
rawilk
2020-08-30 13:13:55 -05:00
parent a562986be9
commit 55e816ce41
14 changed files with 10525 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const mix = require('laravel-mix');
mix.js('js/index.js', 'dist/vue-context-demos.js')
.copy('dist/vue-context-demos.js', __dirname + '/../docs/scripts');