This is a Perl version of Laracasts, Learn Vue 2: Step by Step tutorial
The Laracasts tutorial is an excellent Vue.js tutorial, much of which is built around the Laravel PHP web framework. I figured that rather than learning PHP, I could customize this to work with Perl's Dancer2 web framework.
This setup is my workaround for Episode 22, "Webpack Config From Scratch"
Presuming you have both NPM and Node.js installed,
-
Clone this repository
-
cd ./js
-
npm install
-
npm run dev
ornpm run webpack
ornpm run production
-
cd ..
-
plackup bin\app.psgi
-
Follow the tutorial