Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teguhrianto/efishery-frontend
eFishery - Data Harga Perikanan Indonesia
https://github.com/teguhrianto/efishery-frontend
efishery efishery-frontend frontend harga-ikan nuxtjs
Last synced: about 1 month ago
JSON representation
eFishery - Data Harga Perikanan Indonesia
- Host: GitHub
- URL: https://github.com/teguhrianto/efishery-frontend
- Owner: teguhrianto
- Created: 2020-04-30T23:37:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:45:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T11:50:45.077Z (almost 2 years ago)
- Topics: efishery, efishery-frontend, frontend, harga-ikan, nuxtjs
- Language: Vue
- Homepage: https://efishery.teguhrianto.my.id/
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eFishery Frontend Test
> Data harga perikanan Indonesia
[![Netlify Status](https://api.netlify.com/api/v1/badges/01f1ebdd-5ebb-4ac0-9fc2-e8ba42722c77/deploy-status)](https://app.netlify.com/sites/efishery-frontend-test/deploys)
## Features
1. Melihat dan mencari list data
2. Menambahan Data## Live Demo
### [See live demo here](https://efishery-frontend.now.sh/)## Screenshot Desktop & Mobile
![alt mockup](https://raw.githubusercontent.com/teguhrianto/efishery-frontend/master/screenshot/mockup.jpg)## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).