Laravel + CoreUI + Vue Boilerplate
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
cd project_name
npm install
chmod -R go+w storage bootstrap/cache
## for Development
npm run dev
npm run prod
npm run hot
### via Git
1. Clone this repo
```bash
git clone --depth=1 https://github.com/adenvt/laravel-coreui-vue.git project_name
cd project_name
rm -r .git
composer install
npm install
Create and start Container
docker-compose up -d dev
Enter workspace
docker-compose exec dev bash
Install Depencies
composer install
npm install
Compile Static Asset
## Single run compile
npm run dev
npm run watch
npm run hot
* Open browser, goto [http://localhost:8888](link)
### For Production
* Create and start Container
docker-compose up -d prod
* Open browser, goto [http://localhost:88](link)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
[laravel]: https://laravel.com
[coreui]: https://coreui.io
[axios]: https://github.com/axios/axios
[jquery]: https://jquery.com/
[lodash]: https://lodash.com/
[moment]: https://momentjs.com/
[vue-router]: https://router.vuejs.org/
[vuex]: https://vuex.vuejs.org/
[vue-sweatalert2]: https://github.com/avil13/vue-sweetalert2
[vue-notification]: http://vue-notification.yev.io/
[vue-loading-spinner]: https://nguyenvanduocit.github.io/vue-loading-spinner/
[docker-compose]: https://docs.docker.com/compose/
[offline-plugin]: https://github.com/NekR/offline-plugin
[workbox]: https://developers.google.com/web/tools/workbox/
[laravel-page-speed]: https://github.com/renatomarinho/laravel-page-speed
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue?ref=badge_large)