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.
- Clone repo
git clone https://github.com/userfrosting/demo-vue.git
- Composer Install
composer install
- Bake (Tip: Use Sqlite file database for rapid local install)
php bakery bake
- Serve locally
php bakery serve
Assets can be build using Bakery or Npm directly:
php bakery webpack
// or
npm run dev
More coming soon !