0.1.1 • Published 3 years ago

@learnlink/web-components v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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