https://github.com/phpmv/ubiquity-vuejs-sample
php-vuejs usage with Ubiquity
https://github.com/phpmv/ubiquity-vuejs-sample
Last synced: over 1 year ago
JSON representation
php-vuejs usage with Ubiquity
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-vuejs-sample
- Owner: phpMv
- Created: 2021-06-16T14:25:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T16:59:45.000Z (about 5 years ago)
- Last Synced: 2025-01-13T16:25:56.811Z (over 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubiquity-vuejs-sample
This README outlines the details of collaborating on this Ubiquity application.
A short introduction of this app could easily go here.
## Prerequisites
You will need the following things properly installed on your computer.
* php >=7.4
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org)
* [Ubiquity devtools](https://ubiquity.kobject.net/)
## Installation
* `git clone ` this repository
* `cd ubiquity-vuejs-sample`
* `composer install`
## Running / Development
* `Ubiquity serve`
* Visit your app at [http://127.0.0.1:8090](http://127.0.0.1:8090).
### devtools
Make use of the many generators for code, try `Ubiquity help` for more details
### Optimization for production
Run:
`composer install --optimize --no-dev --classmap-authoritative`
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [Ubiquity website](https://ubiquity.kobject.net/)
* [Guide](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
* [Doc API](https://api.kobject.net/ubiquity/)
* [Twig documentation](https://twig.symfony.com)
* [Semantic-UI](https://semantic-ui.com)