thomas-components
v0.1.0
Published
Simple and lightweight web components
Downloads
15
Readme
Frontend Playground
I made this playground sandbox to try out new things, and develop my own HTML-CSS-JS web components that are independent from frameworks and libraries like jQuery or Google's Material Design Lite.
The components are highly based on my previous idea, named as Thomas Component Framework
. Let's see where can I
get with this.
Installation
First clone the repository to your project folder, then simply run:
$> npm install
Build
This project uses webpack
to test and compile distribution codes. To build the project, run:
$> npm run build
See results
To see the results you need to set up a webserver since loading files with Ajax is not allowed with the file:// protocol