Skip to content

onezoomin/parcel-edge-component-template

 
 

Repository files navigation

Parcel Typescript Library Starter

Starting point for creating web-components using the Parcel bundler.

Preview edge deployment via fission:
https://charming-tall-junior-gnome.fission.app

Inspired by and forked from:

Create your own typescript library with Parcel.js

Required

Install

if needed install pnpm first

pnpm i

Development

pnpm run dev

Build

pnpm run build

Lint

pnpm run lint

Test

pnpm run test

Publish (optional if you have npmjs.com account)

npm login
npm version minor
npm publish --access public

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.8%
  • TypeScript 31.4%
  • JavaScript 29.8%