0.0.8 • Published 2 years ago

yq-ui-lib v0.0.8

Weekly downloads
-
License
yqlh
Repository
-
Last release
2 years ago

rollup-react-library-template

This is a base template for Rollup. It demonstrates how to use rollup with React library.

Plugins

  • @rollup/plugin-json: Rollup plugin for JSON;
  • @rollup/plugin-node-resolve: For using third party modules in node_modules;
  • @rollup/plugin-commonjs: For CommonJS;
  • rollup-plugin-postcss-modules:For SCSS and css module;
  • rollup-plugin-typescript2: Rollup plugin for typescript;
  • rollup-plugin-dts: Roll-up .d.ts definition files;
  • rollup-plugin-terser: Minify generated es bundle.
  • ...

Visit https://github.com/rollup/awesome for more plugins.

development

Clone this repository, run npm run build or npm run watch.