Web-based ERP made in Laravel and VueJS
Cerulean is a web-based ERP package, made with Laravel and VueJs.
The aim is to be simple and easy to use, without having too many
very specific modules - keep it a bit barebones.
You should have following stuff on your battle station:
php 7.2
node 10.9.0
Clone the repository, and setup your environment variables (primarily just database stuff).
Create your database as defined in your .env
file.
Go the the command line and run:
composer install
yarn
or npm install
php artisan migrate
php artisan db:seed
To run your copy of the website:
yarn dev
/ npm run dev
to build the vue.js website once.yarn watch
/ npm run watch
to build the vue.js website and watch for any changes to then rebuild.
Contributions are welcome, send in a Pull Request.
GNU General Public License v3.0 (GNU GPLv3)