This package provides Webpack support for compiling .vue
files in your ColdBox Elixir 2 projects.
Note: if you are using VueJS 2.x, you are actually looking for this extension.
npm install coldbox-elixir-vue --save-dev
var elixir = require( "coldbox-elixir" );
require( "coldbox-elixir-vue" );
elixir( function( mix ) {
mix.webpack( "main.js" ); // resources/assets/js/main.js
} );
Project tracking for this project can be found at the Ortus Solutions Jira. Please log all bugs, improvements, and features there.
Pull requests are welcome and encouraged. Please check on the Jira page before starting any large amount of work so your time isn't wasted.
Brad Wood (@bdw429s) has a great guide on submitting pull requests. If you are unsure where to go, in need of help, or have a question, come ask in the #box-products channel on the CFML Slack.