Skip to content

coatsnmore/vanilla-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaJS

Official Documentation

npm install and then...

Start browser client in dev mode

npm start

Start server in dev mode

npm run server

Start node client in dev mode

npm run node-client

Features

  • offline capability
  • one-way data binding
  • uri-based routing
  • native app experience
  • custom web components
  • classes
  • module loading
  • string templates
  • async HTTP calls
  • DOM element retrieval

Overview

Web Components are set of three core technologies:

  • custom elements
    • customized built-in elements
    • autonmous custom element
  • shadow DOM
  • HTML templates
  • (formerly) HTML Imports

Next (upcoming) specs:

Reading Material

About

Examples using vanilla JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published