All Projects → knit-pk → homepage-nuxtjs

knit-pk / homepage-nuxtjs

Licence: MIT license
Here we're trying to ship the front of homepage of KNIT

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to homepage-nuxtjs

applicationinsights-module
Application Insights module for NuxtJS
Stars: ✭ 14 (+7.69%)
Mutual labels:  nuxt
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (+107.69%)
Mutual labels:  nuxt
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (+92.31%)
Mutual labels:  nuxt
html2md
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
Stars: ✭ 332 (+2453.85%)
Mutual labels:  nuxt
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (+315.38%)
Mutual labels:  nuxt
portfolio-2018
My personal portfolio / resume online
Stars: ✭ 18 (+38.46%)
Mutual labels:  nuxt
node-express-nuxt-mongodb-boilerplate
基于nuxt开发的ssr后台管理系统
Stars: ✭ 14 (+7.69%)
Mutual labels:  nuxt
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (+130.77%)
Mutual labels:  nuxt
nuxt-fundamentals
Source code for the Nuxt.js Fundamentals course
Stars: ✭ 40 (+207.69%)
Mutual labels:  nuxt
nuxt-supabase
A supa simple wrapper around Supabase.js to enable usage within Nuxt.
Stars: ✭ 146 (+1023.08%)
Mutual labels:  nuxt
loading-screen
Loading Screen Module for Nuxt.js
Stars: ✭ 89 (+584.62%)
Mutual labels:  nuxt
nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+346.15%)
Mutual labels:  nuxt
open-fixture-library
A library and website for lighting technology's DMX fixture definition files.
Stars: ✭ 113 (+769.23%)
Mutual labels:  nuxt
likecoin-button
Every Like is a reward. Turn your Likes into actual income now.
Stars: ✭ 18 (+38.46%)
Mutual labels:  nuxt
nuxtjs-sample
Nuxtjs sample! Typescript + Vuetify + Jest! (rails api server: https://github.com/walkersumida/rails-api-for-front)
Stars: ✭ 28 (+115.38%)
Mutual labels:  nuxt
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (+292.31%)
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 (+123.08%)
Mutual labels:  nuxt
nuxt-delay-hydration
Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration ⚡️
Stars: ✭ 135 (+938.46%)
Mutual labels:  nuxt
vite.org
The Official Website of Vite - https://vite.org
Stars: ✭ 31 (+138.46%)
Mutual labels:  nuxt
willard-yuan.github.io
💎 Yong's Homepage
Stars: ✭ 64 (+392.31%)
Mutual labels:  homepage

Build status Maintainability Greenkeeper badge Slack Status MIT Licence Open Source Love

Build Setup

Project can be run for development in two different ways.

NodeJS

# create own .env file
$ cp .env.example .env

# install dependencies
$ yarn

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

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

Docker

At first, make sure you have installed latest stable version of docker and docker-compose packages in your system.

Most of the times that's the only commands you'll need:

  • Running project
    $ docker-compose up
    $ docker-compose up -d # run in background
  • Stopping project
    $ docker-compose stop

If you're changing build configuration (Dockerfile or build.* options in docker-compose.yml), you'll have to force rebuild the project

$ docker-compose up --build

Nuxt.js

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

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