This is a simple starter for working with Kirby and Vue together.
Kirby is a file-based CMS. Easy to setup. Easy to use. Flexible as hell.
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
You'll need to serve Kirby locally somehow. MAMP is a possibility for this.
Compile assets on the fly as you develop
$ npm run dev
Create an asset build ready for production
/assets
is completely deleted
$ npm run build