Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtlynch/zestful-frontend2
Demo page for the Zestful ingredient parser (using Vue + Nuxt)
https://github.com/mtlynch/zestful-frontend2
Last synced: 24 days ago
JSON representation
Demo page for the Zestful ingredient parser (using Vue + Nuxt)
- Host: GitHub
- URL: https://github.com/mtlynch/zestful-frontend2
- Owner: mtlynch
- Created: 2019-12-01T18:42:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:32:44.000Z (about 2 months ago)
- Last Synced: 2024-09-12T11:27:04.090Z (about 2 months ago)
- Language: Vue
- Homepage: https://zestfuldata.com
- Size: 2.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zestful-frontend2
[![CircleCI](https://circleci.com/gh/mtlynch/zestful-frontend2.svg?style=svg)](https://circleci.com/gh/mtlynch/zestful-frontend2)
## Overview
This is an implementation of the Zestful Frontend in Vue + Nuxt. It generates the demo page for Zestful.
## Dev Setup
```bash
echo "BACKEND_URL='http://localhost:8888'" > .env
npm install
npm run serve
```## Live Site
The live version of this project is at:
- [https://zestfuldata.com](https://zestfuldata.com)