https://github.com/devcoriser/nuxt-blog-site
https://github.com/devcoriser/nuxt-blog-site
nuxtjs tailwindcss vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devcoriser/nuxt-blog-site
- Owner: devcoriser
- License: mit
- Created: 2023-07-05T23:21:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T08:50:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T15:37:32.615Z (over 1 year ago)
- Topics: nuxtjs, tailwindcss, vue
- Language: Vue
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Nuxt and Vue Client

[](https://scrutinizer-ci.com/g/familytree365/frontend/?branch=master)
[](https://scrutinizer-ci.com/g/familytree365/frontend/build-status/master)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://github.styleci.io/repos/316439306)
[](https://www.codefactor.io/repository/github/familytree365/frontend/overview/master)
[](https://codebeat.co/projects/github-com-modulargenealogy-genealogy-master)
[](https://travis-ci.org/familytree365/frontend)
[](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)