Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcat323 committed Aug 23, 2019
1 parent 42fa459 commit 2ac5285
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
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*

0 comments on commit 2ac5285

Please sign in to comment.