Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.3 KB

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