Coder Social home page Coder Social logo

jaredrhine / jared-homepage-vue Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.02 MB

Jared Rhine web home based on Vue.js and at-runtime Markdown rendering

Home Page: https://jared.wordzoo.com/

JavaScript 12.82% HTML 2.09% Vue 66.80% TypeScript 4.06% Ruby 13.30% Shell 0.94%
vuejs vuejs2 homepage vuecli

jared-homepage-vue's Introduction

Jared Rhine vue+markdown homepage

Repository URL: https://github.com/jaredrhine/jared-homepage-vue

Author: Jared Rhine <[email protected]>

Keywords: Jared Rhine, home page, vue.js, markdown

Purpose

The code in this repository runs the jared.wordzoo.com home page.

The code, like the web site, is simple. It is not expected that this code can be used as-is by others. The approach and configuration is specific to the author's situation and offered for educational purposes. Please note that the code is not optimized or polished, and implements the minimum of what the author needed.

The actual content (text copy) of the site is not contained within this repo. The content is maintained in various private repositories and a build script is used to compile the source files into the web application.

Procedures

Project setup

git clone https://github.com/jaredrhine/jared-homepage-vue
cd jared-homepage-vue
npm install
cd homeapp

Compiles and hot-reloads for development

npm run serve

Watches for content changes and recooks content.json

fswatch -m poll_monitor -r bin/cook-content-index.rb ~/projects/wordzoo.com/jared-content/ | xargs -t -n1 sh -c bin/cook-content-index.rb

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Compiles and minifies for production

npm run build

Deploy to production

npm run deploy

Production deploys of site updates are coordinated by the jared-wordzoo-origin repo. It builds a static version of the site using webpack with all content compiled inside, build those static files into a Docker container, hosts the docker container on fly.io (with a edge CDN serving the site to viewers.

History

Initialized via npx @vue/cli ui on 2020-01-08

jared-homepage-vue's People

Contributors

jaredrhine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.