All Projects → kalcifer → Webpack Library Example

kalcifer / Webpack Library Example

An example of how to author libraries using webpack.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webpack Library Example

Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-22.31%)
Mutual labels:  webpack, lodash
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+41.04%)
Mutual labels:  webpack, javascript-library
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (+2.79%)
Mutual labels:  webpack, javascript-library
Minisauras
An open-source CI/CD automation tool based on GitHub Actions that pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch.
Stars: ✭ 40 (-84.06%)
Mutual labels:  webpack, javascript-library
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+3720.32%)
Mutual labels:  webpack, javascript-library
Lodash Webpack Plugin
Smaller modular Lodash builds.
Stars: ✭ 1,106 (+340.64%)
Mutual labels:  webpack, lodash
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+60.96%)
Mutual labels:  webpack, lodash
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (-36.25%)
Mutual labels:  webpack, lodash
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (-19.52%)
Mutual labels:  webpack, javascript-library
Easyformgenerator
create amazing forms without coding : form editor based on angular formly
Stars: ✭ 242 (-3.59%)
Mutual labels:  webpack
Suddi.github.io
A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)
Stars: ✭ 246 (-1.99%)
Mutual labels:  webpack
Renamer
Rename files in bulk.
Stars: ✭ 240 (-4.38%)
Mutual labels:  javascript-library
21 Points
❤️ 21-Points Health is an app you can use to monitor your health.
Stars: ✭ 244 (-2.79%)
Mutual labels:  webpack
React webpack rails
Simple and lightweight react-webpack-rails integration.
Stars: ✭ 248 (-1.2%)
Mutual labels:  webpack
Ac Colors
ac-colors is a reactive JavaScript color library that can freely convert between RGB, HSL, HEX, XYZ, LAB, LCHab, LUV, and LCHuv, as well as handle random color generation and contrast ratio calculation.
Stars: ✭ 243 (-3.19%)
Mutual labels:  javascript-library
Grunt Webpack
integrate webpack into grunt build process
Stars: ✭ 249 (-0.8%)
Mutual labels:  webpack
Routr
A component that provides router related functionalities for both client and server.
Stars: ✭ 241 (-3.98%)
Mutual labels:  webpack
Bundlewatch
Keep watch of your bundle size
Stars: ✭ 241 (-3.98%)
Mutual labels:  webpack
Clchart
A fast, simple and cross-platform(html5 react-native weex wechat-applet) stock chart library created using canvas.
Stars: ✭ 250 (-0.4%)
Mutual labels:  webpack
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (-0.8%)
Mutual labels:  webpack

Tutorial of how to author a library using webpack.

Outline

This library exposes functionality to transalte numbers to words. It is trivial code but the aim is to bundle it using webpack.

Features

  1. Bundling library code into all library targets ie CommonJS, AMD, ES2015 exports, UMD.
  2. Having lodash as an external dependency.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].