jonnyhoeven / grumpyipsum

Vue.js frontend with Laravel as backend API

Home Page:https://www.justme.dev/projects/grumpyipsum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grumpy Ipsum is a crowd-sourced negative Lorem Ipsum generator. The project is a work in progress and is not yet ready for users.

Project environment

docker-compose build && docker-compose up -d && docker-compose logs -f
docker-compose up

Hostnames

127.0.0.1 www.grumpyipsum.com

Connecting to docker shell


docker-compose exec web bash

Project setup

npm install
composer install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Vue.js frontend with Laravel as backend API

https://www.justme.dev/projects/grumpyipsum


Languages

Language:Vue 55.0%Language:PHP 21.8%Language:JavaScript 18.4%Language:HTML 2.5%Language:Dockerfile 1.9%Language:Shell 0.4%