Skip to content

A template for quickly developing kits with Typescript and Rollup.

License

Notifications You must be signed in to change notification settings

HarryXiong24/rollup-ts-kit-start

Repository files navigation

rollup-ts-kit-starter

Description

A template for quickly developing kits with Typescript and Rollup.

Usage

# Clone it from Github.
$ git clone https://github.com/HarryXiong24/rollup-ts-kit-starter.git
$ cd rollup-ts-kit-starter
# If you want to use yarn.
yarn install
yarn dev
yarn build
# If you want to use npm.
npm install
npm run dev
npm run build

Hint

The simple example is located in the examples folder, so the packaging file entry set by Webpack is located in index.ts under the examples folder.

The file in the directory under src is just an empty file. Please modify it yourself according to your needs.

About

A template for quickly developing kits with Typescript and Rollup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published