0.0.14 • Published 10 months ago
aalam-wc v0.0.14
aalam-wc
Aalam-wc is a Javascript library for building user interfaces.
The aalam-wc package contains only the functionality necessary to define web components.
Getting Started
To start web component using aalam-wc, clone this repo to a new directory:
git clone https://github.com/aalamdev/aalam-wc.git my-components
cd my-components
git remote rm originand run:
npm install .
npm run dev