Skip to content

digiforce-cloud/icepkg

This branch is 157 commits behind ice-lab/icepkg:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0fe7fa · Oct 13, 2022
Aug 3, 2022
Jul 4, 2022
Sep 19, 2022
Jul 4, 2022
Oct 13, 2022
Nov 9, 2020
Jul 16, 2020
Aug 3, 2022
Mar 22, 2022
Aug 3, 2022
Nov 9, 2020
Jul 16, 2020
Jul 21, 2022
Jul 6, 2022
Sep 14, 2022
Jul 6, 2022
Jul 14, 2022
Jul 4, 2022
Mar 22, 2022

Repository files navigation

@ice/pkg

A fast builder for React components、Node modules and web libraries.

benchmark

Above: this benchmark approximates a large TypeScript codebase by using ICE fusion pro template.

Features

  • Fast:Code compiled and minified by swc.
  • Dual Mode:Bundle mode to bundle everything up and transform mode to compile files one by one.
  • Zero Configuration:Zero Configuration with Typescript and JSX support.
  • Modern Mode:Outputs es2017 JavaScript specially designed to work in all modern browsers.
  • Doc Preview:Enhanced doc preview, powered by Docusaurus.

Quick Start

npm init @ice/pkg react-component

# Or pnpm
# pnpm create @ice/pkg react-component

cd react-component
npm run start

That's it. Start editing src/index.tsx and go!

Documentation

For complete usages, please dive into the docs.

Contributing

Please see our CONTRIBUTING.md

License

MIT

About

The Next Generation of Package Bundler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.1%
  • JavaScript 14.1%
  • Handlebars 1.5%
  • CSS 1.3%