项目作者: JonasPardon

项目描述 :
Web-based ERP made in Laravel and VueJS
高级语言: PHP
项目地址: git://github.com/JonasPardon/Cerulean.git
创建时间: 2018-12-17T08:59:18Z
项目社区:https://github.com/JonasPardon/Cerulean

开源协议:GNU General Public License v3.0

下载


Cerulean

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.

Project goals

  • I’m primarily doing this to get better at Laravel/VueJS and coding in general
  • Provide a lightweight and pretty barebones ERP that can be used by small businesses

Getting started

Prerequisites

You should have following stuff on your battle station:

  1. php 7.2
  2. node 10.9.0

Installing

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

Deployment

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.

Contributing

Contributions are welcome, send in a Pull Request.

Authors

License

GNU General Public License v3.0 (GNU GPLv3)