Skip to content

kylecordes/qwik-lib-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Qwik library consumption

Build everything:

cd example-lib
npm i
npm run build

cd ../example-app
npm i
npm uninstall example-lib
npm i ../example-lib/

See that dev works:

npm run dev

See that build/serve works:

npm run build
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published