All Projects → vuejs-jp → vuefes-2018

vuejs-jp / vuefes-2018

Licence: other
Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開します

Programming Languages

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

Projects that are alternatives of or similar to vuefes-2018

nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (-25.64%)
Mutual labels:  nuxt, netlify
nuxt-netlifycms-boilerplate
A simple boilerplate for using NetlifyCMS with Nuxt
Stars: ✭ 51 (+30.77%)
Mutual labels:  nuxt, netlify
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-66.67%)
Mutual labels:  nuxt, netlify
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+71.79%)
Mutual labels:  nuxt, netlify
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+148.72%)
Mutual labels:  nuxt, netlify
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+553.85%)
Mutual labels:  nuxt, netlify
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-61.54%)
Mutual labels:  nuxt, netlify
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+238.46%)
Mutual labels:  nuxt, netlify
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+2841.03%)
Mutual labels:  nuxt, netlify
podcastfreaks.com
日本語テック系ポッドキャストまとめ
Stars: ✭ 42 (+7.69%)
Mutual labels:  nuxt, netlify
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+53.85%)
Mutual labels:  nuxt, netlify
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (-10.26%)
Mutual labels:  nuxt, netlify
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (-58.97%)
Mutual labels:  nuxt, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+379.49%)
Mutual labels:  nuxt, netlify
platform
Community platform for dancers
Stars: ✭ 30 (-23.08%)
Mutual labels:  nuxt, netlify
board
A complete admin board template with a large variety of elements and components, based on blexar CSS framework.
Stars: ✭ 55 (+41.03%)
Mutual labels:  nuxt
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (-17.95%)
Mutual labels:  netlify
netlify-cache-nextjs
Cache the Next.js build folder in your Netlify builds
Stars: ✭ 60 (+53.85%)
Mutual labels:  netlify
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+307.69%)
Mutual labels:  netlify
nuxt
Nuxt 3 and Vue 3 client for genealogy project. Family tree and genealogy data processing website software client.
Stars: ✭ 97 (+148.72%)
Mutual labels:  nuxt

Vue Fes Japan 2018

CircleCI

このリポジトリは Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開しています。

このリポジトリ https://github.com/vuejs-jp/vuefes-2018 では、プルリクエストを受けて付けておりません。

Setup

yarn install

Development

開発環境を動かすには .env 経由で環境変数をセットする必要があります。

copy .env.example .env

.env 内のパラメーターを埋めてください。

下記コマンドを実行すると Web サーバーがホットリロードで起動して http://localhost:3000/2018/ で確認できます。

yarn dev

画像の最適化

画像ファイルを追加または変更した場合には、コミット時に imagemin により自動で最適化されます。

ただし Windows を使っている場合にエラーが発生するという報告を受けています。画像の最適化をスキップする場合はコミット時に --no-verify オプションを使ってください。

git commit --no-verify

Testing

yarn test

Generate

下記コマンドを実行すると、静的ファイルを dist/2018/ 配下に生成できます。

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