Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 843 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 843 Bytes

Dancer2-Vue-Webpack

Perl Dancer2 Web framework with Vue.js and Webpack

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"

Getting Started

Presuming you have both NPM and Node.js installed,

  • Clone this repository

  • cd ./js

  • npm install

  • npm run dev or npm run webpack or npm run production

  • cd ..

  • plackup bin\app.psgi

  • Follow the tutorial