ice-lab / icepkg

The Next Generation of Package Bundler
https://pkg.ice.work
MIT License
211 stars 73 forks source link

@ice/pkg

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

<figure style={{ fontSize:'13px', }}>

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

Features

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