Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liberu-genealogy/genealogy-nuxt
Nuxt 2 and Vue 2 client for genealogy project. Family tree and genealogy data processing website software client.
https://github.com/liberu-genealogy/genealogy-nuxt
bulma client docker family-tree genealogy nuxt nuxt3 nuxt3-starter nuxtjs vue vuejs vuex
Last synced: 3 months ago
JSON representation
Nuxt 2 and Vue 2 client for genealogy project. Family tree and genealogy data processing website software client.
- Host: GitHub
- URL: https://github.com/liberu-genealogy/genealogy-nuxt
- Owner: liberu-genealogy
- License: mit
- Archived: true
- Created: 2021-08-23T10:12:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:05:08.000Z (about 1 year ago)
- Last Synced: 2024-09-26T16:05:49.702Z (4 months ago)
- Topics: bulma, client, docker, family-tree, genealogy, nuxt, nuxt3, nuxt3-starter, nuxtjs, vue, vuejs, vuex
- Language: Vue
- Homepage: https://www.liberu.co.uk
- Size: 13.3 MB
- Stars: 122
- Watchers: 4
- Forks: 51
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Family Tree 365 - Open Source Family Tree Software - Nuxt Client
![Latest Stable Version](https://img.shields.io/github/release/familytree365/nuxt.svg)
[![StyleCI](https://github.styleci.io/repos/399057031/shield?branch=master)](https://github.styleci.io/repos/399057031)
[![CircleCI](https://circleci.com/gh/liberu-ui/genealogy.svg?style=svg)](https://circleci.com/gh/liberu-ui/genealogy)## 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 client for the backend please see https://github.com/laravel-liberu/genealogy## Demo
https://www.familytree365.com - register a free account
### Official Laravel Enso Documentation
The documentation is available [here](https://docs.laravel-enso.com) split into backend and frontend.
Note that most sections have short demo clips.### Installation Steps
1. Download the project with `git clone https://github.com/liberu-ui/genealogy.git --depth 1`
2. Within the project folder run `yarn install`
3. Copy .env.example to .env and configure to your environment.
4. Run `yarn build`
5. For live reload / hot module replacement functionality run `yarn dev`
### Thanks
Built with Laravel Enso 4.x and Nuxt:
[Vue Router](https://router.vuejs.org/en), [Vuex](https://vuex.vuejs.org/en/), [Axios](https://github.com/axios/axios),
[Font awesome 5](https://fontawesome.com), [Animate.css](https://daneden.github.io/animate.css/),
[Bulma-Extensions](https://wikiki.github.io/bulma-extensions/overview), [Driver.js](https://kamranahmed.info/driver.js/),
[Chart.js](http://chartjs.org), [Flatpickr](https://chmln.github.io/flatpickr/),Special thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com), [Evan You](https://vuejs.org/) and [Jeremy Thomas](https://bulma.io). [Laravel Enso](https://github.com/laravel-enso)
### Contributions
are welcome. Pull requests are great, but issues are good too.
### License
This package is released under the MIT license.