Skip to content

satotake/ts-parcel-as-lib-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-parcel-as-lib-builder

Demonstration for functionality of Parce to create js library

setup

yarn

demo

yarn build --global FOUR # build as `FOUR` into `dist` dir

# Launch Local Server at project root
# For exmaple,
# python -m http.server

Please note that index.html and dist/index.js are completely isolated from src/ files, which are targetted by Parcel. In index.html, you can use your code as FOUR in this case.

About

MInimal example project: Parcel as library builder in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published