All Projects → likecoin → like-co

likecoin / like-co

Licence: GPL-3.0 license
Official site of LikeCoin - Decentralized Publishing Infrastructure. https://like.co

Programming Languages

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

Projects that are alternatives of or similar to like-co

likecoin-button
Every Like is a reward. Turn your Likes into actual income now.
Stars: ✭ 18 (-69.49%)
Mutual labels:  nuxt, likecoin
laravel-nuxt
Laravel 5.6 + Nuxt 1.4: Auth Starter (SSR, SPA, Socialite)
Stars: ✭ 19 (-67.8%)
Mutual labels:  nuxt
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (-54.24%)
Mutual labels:  nuxt
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (-49.15%)
Mutual labels:  nuxt
portfolio-2018
My personal portfolio / resume online
Stars: ✭ 18 (-69.49%)
Mutual labels:  nuxt
homepage-nuxtjs
Here we're trying to ship the front of homepage of KNIT
Stars: ✭ 13 (-77.97%)
Mutual labels:  nuxt
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (-8.47%)
Mutual labels:  nuxt
keyuxt
Starter template for Nuxt.js with KeystoneJS.
Stars: ✭ 17 (-71.19%)
Mutual labels:  nuxt
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: ✭ 170 (+188.14%)
Mutual labels:  nuxt
vite.org
The Official Website of Vite - https://vite.org
Stars: ✭ 31 (-47.46%)
Mutual labels:  nuxt
nuxtjs-sample
Nuxtjs sample! Typescript + Vuetify + Jest! (rails api server: https://github.com/walkersumida/rails-api-for-front)
Stars: ✭ 28 (-52.54%)
Mutual labels:  nuxt
open-fixture-library
A library and website for lighting technology's DMX fixture definition files.
Stars: ✭ 113 (+91.53%)
Mutual labels:  nuxt
nuxt-seomatic-meta
A module for connecting Nuxt.js to the Craft CMS SEOmatic plugin via GraphQL. Nuxt-o-matic!
Stars: ✭ 28 (-52.54%)
Mutual labels:  nuxt
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (-50.85%)
Mutual labels:  nuxt
vue-component-style
A Vue mixin to add style section to components.
Stars: ✭ 16 (-72.88%)
Mutual labels:  nuxt
nuxt-fundamentals
Source code for the Nuxt.js Fundamentals course
Stars: ✭ 40 (-32.2%)
Mutual labels:  nuxt
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (-57.63%)
Mutual labels:  nuxt
nuxt-delay-hydration
Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration ⚡️
Stars: ✭ 135 (+128.81%)
Mutual labels:  nuxt
nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (+115.25%)
Mutual labels:  nuxt
nuxt-i18n-example
nuxt-i18n showcase project based on nuxt-starter template
Stars: ✭ 67 (+13.56%)
Mutual labels:  nuxt

likeco

CircleCI codecov Greenkeeper badge

like.co, official site of LikeCoin Foundation

Essential Folder structure

├── components # Vue components
├── layouts # nuxt layouts
├── locales # i18n locale files
│   ├── client # client side i18n handled by vue-i18n
│   └── server # server side i18n handled by i18n
├── middleware # nuxt middleware
├── pages # actual with automated router pages
├── plugins # nuxt plugins
├── server # express server
│   ├── api # server apis
│   ├── config # server config and credentials
│   └── util # misc server side libraries
├── static # static asset
├── store # vuex store
├── backpack.config.js # server builder config
└── nuxt.config.js # nuxt config

Build Setup

# init and pull submodules
$ git submodule init && git submodule update

# 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

For detailed explanation on how things work, checkout the Nuxt.js docs.

Backpack

We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

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].