-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,88 @@ | ||
# lara-bue: Laravel + Vuejs + Vue-Router + Buefy quick starter | ||
|
||
## Lara-Bue - Boost & Beautify your development | ||
|
||
Lara-Bue gives you more power to get started with a project in **Laravel - PHP Framework** | ||
# v1.2.2 | ||
|
||
# v1.3.2 | ||
|
||
## CHANGELOG | ||
* Added Laravel lower versions (as 5.6 & 5.5) support | ||
* Optimizations | ||
|
||
- **Buefy** version updated to **[0.8.2](https://github.com/buefy/buefy/releases/tag/v0.8.2)** | ||
- **Vue** version updated to **[2.6.10](https://github.com/vuejs/vue/releases/tag/v2.6.10)** | ||
- **Vue-Router** version updated to **[3.1.2](https://github.com/vuejs/vue-router/releases/tag/v3.1.2)** | ||
- **Vue-Template-Compiler** version updated to **[2.6.10](https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler)** | ||
- **Vuex** version updated to **[3.1.1](https://github.com/vuejs/vuex/releases/tag/v3.1.1)** | ||
- Added Closure in **[routes file](https://github.com/mrcat323/lara-bue/blob/master/src/routes/main.php)** instead of controller | ||
|
||
## Get Started | ||
|
||
### Installing | ||
|
||
```BASH | ||
composer require mrcat323/lara-bue | ||
``` | ||
|
||
### Usage | ||
|
||
After that, just try: | ||
|
||
```BASH | ||
php artisan preset bue | ||
``` | ||
|
||
It will automatically load up necessary js files & example component, empty sass file for your custom styles. | ||
|
||
After that, simply say: | ||
|
||
### For NPM | ||
|
||
```BASH | ||
npm install | ||
``` | ||
|
||
And re-compile dependencies by: | ||
|
||
```BASH | ||
npm run dev | ||
``` | ||
|
||
### For YARN | ||
|
||
For yarn is near-exactly the same: | ||
|
||
```BASH | ||
yarn install | ||
``` | ||
|
||
And re-compiling: | ||
|
||
```BASH | ||
yarn run dev | ||
``` | ||
|
||
### Troubleshooting | ||
|
||
In case if you got an error after: | ||
|
||
```BASH | ||
php artisan preset bue | ||
``` | ||
|
||
Just say: | ||
|
||
```BASH | ||
composer dump-autoload | ||
``` | ||
|
||
And everything gonna be :ok_hand: | ||
|
||
# About Buefy | ||
|
||
Buefy is cool stuff, it's *Lightweight UI components for **Vue.js** based on **Bulma***. Take a look in documentation to find out what's what. You have to learn, use this miracle, because it's either easy or beautiful, **Bulma** is cool, but **Buefy** is more, because it makes **Bulma** *UI Components* more dynamic. Especially respect to [**Jeremy Thomas**](https://github.com/jgthms) for **Bulma** and thanks to *maintainers* of **Buefy** for **Buefy** itself | ||
|
||
# Contributing | ||
|
||
It will be nice if you contribute to the project, I'll be happy, all of us gonna be happy. Only together we can build more than something, more powerful tools. If you have *idea* or you found the bug, or you just know how to simplify the code, I'll check out your **PRs** :cat2: | ||
|
||
*Thanks for attention, with respect Mr. CaT* |