Skip to content

panicoenlaxbox/tvmaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to build a library for Angular apps?

git clone https://github.com/panicoenlaxbox/tvmaze.git
cd app1
npm install
cd ..
cd lib-demo
npm install
ng build tvmaze --prod
npm start
do some change in the library...
update lib-demo\projects\tvmaze\package.json to a newer version
ng build tvmaze --prod
cd dist\tvmaze
npm whoami
npm login
npm publish --access public
cd ..
cd ..
cd ..
cd app1
npm i @panicoenlaxbox/tvmaze --save
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published