@learnlink/web-components
v0.1.1
Published
## Install dependencies ``` npm install ```
Downloads
3
Readme
learnlink-web-components
Install dependencies
npm install
Develop web components for old Learnlink
The packaged web component are in the src/web-components
folder.
npm run serve:wc
Test the web components with the old app
> in this folder: build & link
npm run build:wc
npm link
> in the old repo: load the linked package
npm link @learnlink/web-components
> when you're done with testing, unlink and install from npm (in the old repo)
npm unlink @learnlink/web-components
npm install @learnlink/web-components
Publish to NPM
npm run build:wc
npm publish
New app harness
Develop the new app harness
npm run serve
Build the new app harness
npm run build