mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Nova getting started added
This commit is contained in:
10
nova-components/Start/webpack.mix.js
Normal file
10
nova-components/Start/webpack.mix.js
Normal file
@@ -0,0 +1,10 @@
|
||||
let mix = require('laravel-mix')
|
||||
|
||||
require('./nova.mix')
|
||||
|
||||
mix
|
||||
.setPublicPath('dist')
|
||||
.js('resources/js/card.js', 'js')
|
||||
.vue({ version: 3 })
|
||||
.css('resources/css/card.css', 'css')
|
||||
.nova('nova/start')
|
||||
Reference in New Issue
Block a user