Skip to content

Appointment creator es6 based in components Datepicker, Timepicker, Filterpicker Edit

Notifications You must be signed in to change notification settings

TitoAgudelo/appointment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointment Creator

overview

Custom elements provide a way for authors to build their own fully-featured DOM elements. Although authors could always use non-standard elements in their documents, with application-specific behaviour added after the fact by scripting or similar, such elements have historically been non-conforming and not very functional. By defining a custom element, authors can inform the parser how to properly construct an element and how elements of that class should react to changes. Custom elements are part of a larger effort to "rationalise the platform", by explaining existing platform features (like the elements of HTML) in terms of lower-level author-exposed extensibility points (like custom element definition). Although today there are many limitations on the capabilities of custom elements—both functionally and semantically—that prevent them from fully explaining the behaviours of HTML's existing elements, we hope to shrink this gap over time.

ES6, it’s a new JavaScript implementation. of the new generation of javascript than with new characteristics can be easier implement like you just do with frameworks of javascript.

Prerequisites

  • Yarn fast, reliable, and secure dependency management. yarn (brew update & brew install yarn)

  • Webpack module bundler ... webpack (yarn add --dev webpack)

Getting Started

Run in terminal

  • yarn (to install dependencies)
  • yarn build (build webpack)
  • yarn start (run python serve)

Test & build watch

  • yarn build:watch (webpack --watch)
  • yarn test (karma test)

About

Appointment creator es6 based in components Datepicker, Timepicker, Filterpicker Edit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published