0.0.1 • Published 2 years ago

npm-dev-template v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

a template for npm library developer

if you want use it, you should do:

  1. modify vite.config.js build object
    • build.lib
    • rollupOptions
  2. modify package.json fields:
    • name, author, version, homepage, repository, bugs, keywords
    • main, module, unpkg, exports
  3. modify ./src/entry.js to custom install logic
0.0.1

2 years ago