Coder Social home page Coder Social logo

enmossed-label-page's Introduction

enmossed-label-page

structure

tabs

each tab is defined with a unique .html file, including index.html, representing the home

components

Contains templating functions for generating tab content dynamically. Organized by content. Each component is consumed as a module, with exports for the exposed templating functions.

The enmossed-sources.js module is meant to contain all source material for dynamically generated content. The content is kept in json format. Each particular component is responsible for using the property interface of the source information properly.

Each templating function defines as small a piece of functionality as possible for easier content management and adjustment.

assets

All referenced assets are kept here. If hosting externally, this can be removed and file references can be replaced with hosted urls

css

All custom css is kept here. This is referenced at the top of each tab source file.

setup

local development

Using referenced scripts locally poses this issue

A small webserver solves this:

npm i -g http-server
http-server <path-to-respository-root>

or, using deno

deno install --allow-net --allow-read https://deno.land/std/http/file_server.ts ~/.deno/bin/file_server <path-to-repository-root>

enmossed-label-page's People

Contributors

pageswanson avatar pgmaier 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.