An open API service indexing awesome lists of open source software.

https://github.com/devcoriser/nuxt-blog-site


https://github.com/devcoriser/nuxt-blog-site

nuxtjs tailwindcss vue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Nuxt and Vue Client
![Latest Stable Version](https://img.shields.io/github/release/familytree365/frontend.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/familytree365/frontend/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/familytree365/frontend/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/familytree365/frontend/badges/build.png?b=master)](https://scrutinizer-ci.com/g/familytree365/frontend/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/familytree365/frontend/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![StyleCI](https://github.styleci.io/repos/316439306/shield?branch=master)](https://github.styleci.io/repos/316439306)
[![CodeFactor](https://www.codefactor.io/repository/github/familytree365/frontend/badge/master)](https://www.codefactor.io/repository/github/familytree365/frontend/overview/master)
[![codebeat badge](https://codebeat.co/badges/911f9e33-212a-4dfa-a860-751cdbbacff7)](https://codebeat.co/projects/github-com-modulargenealogy-genealogy-master)
[![Build Status](https://travis-ci.org/familytree365/frontend.svg?branch=master)](https://travis-ci.org/familytree365/frontend)
[![CircleCI](https://circleci.com/gh/familytree365/frontend.svg?style=svg)](https://circleci.com/gh/familytree365/frontend)

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

## Description

Browser based genealogy software for interacting and processing data efficiently. Easily create your
own family tree by importing your existing data or manual data entry. Storage of all data is securely on your own server and does
not leave your environment without your permission. In the future there will be optional
smart matching with other servers. This is the Nuxt and Vue frontend, see the backend repository for the Laravel 8 backend API support.

### Thanks

Built with Laravel 8

Special thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com)