Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/likecoin-poc-web
Meme Generator - Frontend
https://github.com/likecoin/likecoin-poc-web
Last synced: 2 days ago
JSON representation
Meme Generator - Frontend
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-poc-web
- Owner: likecoin
- License: gpl-3.0
- Created: 2017-10-20T08:27:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T12:21:07.000Z (over 5 years ago)
- Last Synced: 2024-05-07T12:02:58.723Z (6 months ago)
- Language: Vue
- Homepage: https://meme.like.co
- Size: 448 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# like-poc-client
[![NSP Status](https://nodesecurity.io/orgs/likecoin/projects/36fde657-29fd-4e67-bbc1-0a6a938da859/badge)](https://nodesecurity.io/orgs/likecoin/projects/36fde657-29fd-4e67-bbc1-0a6a938da859)
> poc of likecoin project
This is the frontend and submodule of [like-poc](https://github.com/likecoin/like-poc).
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).