userfrosting / demo-vue

Demo of a Vue.js single page app working on UserFrosting 5 and UiKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UserFrosting 5.0 - Vue.js Demo

PHP Version License Software License Build Codecov Style PHPStan Join the chat Donate

https://www.userfrosting.com

This is demo of a Vue.js single page app working on UserFrosting 5 and UiKit.

Copyright (c) 2023, free to use in personal and commercial software as per the license.

Documentation

Installation

  1. Clone repo
git clone https://github.com/userfrosting/demo-vue.git
  1. Composer Install
composer install
  1. Bake (Tip: Use Sqlite file database for rapid local install)
php bakery bake
  1. Serve locally
php bakery serve

Assets can be build using Bakery or Npm directly:

php bakery webpack

// or

npm run dev

More coming soon !

Screenshot

About

Demo of a Vue.js single page app working on UserFrosting 5 and UiKit

License:Other


Languages

Language:PHP 57.5%Language:Vue 26.3%Language:JavaScript 13.1%Language:Twig 3.1%