PHP Classes

File: webpack.mix.js

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP ChatGPT API Seeder   webpack.mix.js   Download  
File: webpack.mix.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ChatGPT API Seeder
Generate constant seed data using ChatGPT API
Author: By
Last change:
Date: 10 months ago
Size: 216 bytes
 

Contents

Class file image Download
let mix = require('laravel-mix') require('./nova.mix') mix .setPublicPath('dist') .js('resources/js/tool.js', 'js') .vue({ version: 3 }) .css('resources/css/tool.css', 'css') .nova('naif/chatgpt-seeder')