zhangziheng228 / lib-template

A template for typescript lib using vite to dev and rollup to bundle

Home Page:https://lagabu.github.io/lib-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lib-template

A template for typescript lib using vite to dev and rollup to bundle. Before to run this template, you should change your package name and author name in package.json first.

This template repository can also publish github page after pushing main branch to your repository. You can change build script in .github/cy.yml.

Install

npm install 
# or
yarn install

Dev

npm run dev
# or
yarn dev

Build

npm run build
# or
yarn run build

About

A template for typescript lib using vite to dev and rollup to bundle

https://lagabu.github.io/lib-template/

License:MIT License


Languages

Language:TypeScript 81.5%Language:JavaScript 15.2%Language:HTML 3.2%