All Projects → likecoin → likecoin-button

likecoin / likecoin-button

Licence: GPL-3.0 license
Every Like is a reward. Turn your Likes into actual income now.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to likecoin-button

nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+222.22%)
Mutual labels:  nuxt, firebase-hosting, firebase-functions
Sails Nuxt
Sails + Nuxt + Vuetify Combo <3
Stars: ✭ 92 (+411.11%)
Mutual labels:  nuxt, vuetify
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (+150%)
Mutual labels:  nuxt, firebase-functions
bilkent-scheduler
Visualizer that makes Bilkent University students' lives easier during course registration
Stars: ✭ 22 (+22.22%)
Mutual labels:  firebase-hosting, firebase-functions
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (+177.78%)
Mutual labels:  nuxt, firebase-functions
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (+44.44%)
Mutual labels:  nuxt, vuetify
Vue People
VuePeople lists and connects Vue.JS developers around the world.
Stars: ✭ 167 (+827.78%)
Mutual labels:  nuxt, vuetify
Nuxt Ssr Firebase
Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 273 (+1416.67%)
Mutual labels:  nuxt, firebase-functions
inshop-crm-ecommerce
Inshop CRM / ERP ecommerce. It's powerful framework allows to build systems for business with different workflows. It has on board multi language support, clients management, projects & tasks, documents, simple accounting, inventory management, orders & invoice management, possibilities to integrate with third party software, REST API, and many …
Stars: ✭ 48 (+166.67%)
Mutual labels:  nuxt, vuetify
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+194.44%)
Mutual labels:  nuxt, vuetify
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (+5.56%)
Mutual labels:  nuxt, vuetify
Vuetify Module
Vuetify Module for Nuxt.js
Stars: ✭ 472 (+2522.22%)
Mutual labels:  nuxt, vuetify
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (+2411.11%)
Mutual labels:  nuxt, vuetify
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (+116.67%)
Mutual labels:  nuxt, vuetify
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+1622.22%)
Mutual labels:  nuxt, vuetify
Vue Telescope Analyzer
Detect Vue technologies running on a website ✨
Stars: ✭ 117 (+550%)
Mutual labels:  nuxt, vuetify
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+327.78%)
Mutual labels:  nuxt, vuetify
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+138.89%)
Mutual labels:  nuxt, vuetify
picty
Simple Image Viewer based on Electron
Stars: ✭ 17 (-5.56%)
Mutual labels:  nuxt, vuetify
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-16.67%)
Mutual labels:  nuxt, vuetify

likecoin-button

CircleCI Greenkeeper badge

Link based LikeButton on firebase functions + hosting

Introduction

For introduction ot LikeCoin button, please refer to user guide here.

Documentation

Please refer to developer guide and integration guide.

Folder structure

├── functions
│   ├── dist # auto generated dist ver by babel
│   ├── modules # aux helpers
│   ├── nuxt # auto generated nuxt directory
│   ├── ssrapp.js # handle nuxt SSR logic
│   └── index.js # import all other functions
├── public_base # public static content, will be merged with nuxt build
├── public # auto generated static content folder from nuxt and public_base
├── src # Actualy nuxt project, where development should happen
├── .firebaserc # define firebase project
└── firebase.json # firebase related settings

Dev Setup

# switch to nuxt project directory
$ cd src

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start

Deploy

# deploy everything
$ firebase deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].