https://github.com/userfrosting/demo-vue
Demo of a Vue.js single page app working on UserFrosting 5 and UiKit
https://github.com/userfrosting/demo-vue
Last synced: 15 days ago
JSON representation
Demo of a Vue.js single page app working on UserFrosting 5 and UiKit
- Host: GitHub
- URL: https://github.com/userfrosting/demo-vue
- Owner: userfrosting
- License: other
- Created: 2023-09-09T22:05:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T22:24:29.000Z (about 2 years ago)
- Last Synced: 2025-04-08T22:01:59.914Z (about 1 year ago)
- Language: PHP
- Size: 1.89 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UserFrosting 5.0 - Vue.js Demo

[](LICENSE.md)
[](LICENSE.md)
[](https://github.com/userfrosting/demo-vue/actions?query=workflow%3ABuild)
[](https://codecov.io/gh/userfrosting/demo-vue)
[](https://github.styleci.io/repos/689461212)
[](https://github.com/userfrosting/demo-vue/actions/workflows/PHPStan.yml)
[](https://chat.userfrosting.com)
[](https://ko-fi.com/lcharette)
[https://www.userfrosting.com](https://www.userfrosting.com)
This is demo of a [Vue.js](https://vuejs.org) single page app working on [UserFrosting 5](https://github.com/userfrosting/UserFrosting/tree/develop-5.0#userfrosting-50) and [UiKit](https://getuikit.com).
## By [Louis Charette](https://bbqsoftwares.com)
Copyright (c) 2023, free to use in personal and commercial software as per the [license](LICENSE.md).
## Documentation
### Installation
1. Clone repo
```
git clone https://github.com/userfrosting/demo-vue.git
```
2. Composer Install
```
composer install
```
3. Bake _(Tip: Use Sqlite file database for rapid local install)_
```
php bakery bake
```
4. 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




## [Change log](CHANGELOG.md)