|
5 | 5 | [](https://badge.fury.io/gh/adenvt%2Flaravel-coreui-vue)
|
6 | 6 | [](https://greenkeeper.io/)
|
7 | 7 |
|
| 8 | +## What's inside |
| 9 | +* [Laravel][laravel] 5.6, A PHP framework for web artisans |
| 10 | +* [Core UI][coreui] for Vue, Free Bootstrap Admin Template |
| 11 | +* Usefull library: [Axios][axios], [jQuery][jquery], [Moment.js][moment], [Lodash][lodash] |
| 12 | +* [Vue Router][vue-router] and [Vuex][vuex], set out of the box |
| 13 | +* Notification using [Vue-SweatAlert2][vue-sweatalert2] and [Vue-Notification][vue-notification] |
| 14 | +* Loading spinner with [Vue Loading Spinner][vue-loading-spinner] |
| 15 | +* Quick deployment with [Docker Compose][docker-compose] [TODO] |
| 16 | + |
8 | 17 | ## Requirement
|
9 | 18 | * **PHP** >= 7.1.3
|
10 | 19 | * OpenSSL PHP Extension
|
@@ -39,8 +48,31 @@ php artisan key:generate
|
39 | 48 | ```bash
|
40 | 49 | chmod -R go+w storage bootstrap/cache
|
41 | 50 | ```
|
| 51 | +* Compile Static Asset |
| 52 | +```bash |
| 53 | +## for Development |
| 54 | +npm run dev |
| 55 | + |
| 56 | +## for Production |
| 57 | +npm run prod |
| 58 | + |
| 59 | +### for Development with HMR (Hot Module Replacement) |
| 60 | +npm run hot |
| 61 | +``` |
42 | 62 |
|
43 | 63 | ## License
|
44 | 64 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|
45 | 65 |
|
46 | 66 | [download]: https://github.com/adenvt/laravel-coreui-vue/archive/0.1.0.zip
|
| 67 | +[laravel]: https://laravel.com |
| 68 | +[coreui]: https://coreui.io |
| 69 | +[axios]: https://github.com/axios/axios |
| 70 | +[jquery]: https://jquery.com/ |
| 71 | +[lodash]: https://lodash.com/ |
| 72 | +[moment]: https://momentjs.com/ |
| 73 | +[vue-router]: https://router.vuejs.org/ |
| 74 | +[vuex]: https://vuex.vuejs.org/ |
| 75 | +[vue-sweatalert2]: https://github.com/avil13/vue-sweetalert2 |
| 76 | +[vue-notification]: http://vue-notification.yev.io/ |
| 77 | +[vue-loading-spinner]: https://nguyenvanduocit.github.io/vue-loading-spinner/ |
| 78 | +[docker-compose]: https://docs.docker.com/compose/ |
0 commit comments