1.0.0 • Published 5 years ago
em-pattern-library v1.0.0
EM Pattern Library
Source code of my article for Entwickler Magazin that demonstrates how to create web components in Svelte and how to integrate them in existing applications.
Usage
Install the project using npm or yarn and import it in your existing project.
npm install em-pattern-library
To include the web components you must import the project.
import "em-pattern-library";
Local development
To get started working on this project you have to install the npm dependencies using yarn or npm
npm install
For local development you can link the project using npm link
npm link
# and in your other project
npm link em-pattern-library
1.0.0
5 years ago