Package Exports
- @codecoupler/cc-ui
- @codecoupler/cc-ui/dist/cc-ui.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codecoupler/cc-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CodeCoupler UI
CodeCoupler UI is a compilation of web development libraries put them together in a coherent framework.
The goal was to enclose the most used code and libraries in a easy-to-use framework, hoping never have to write the basics of a web application again. In contrast to other big frameworks this one is based on numerous small libraries specialized in solving a specific topic. This is the best approach in my view and this is the attempt bundling all these specialists out there under one roof.
Quick Start:
npm init @codecoupler/cc-webpack
git init -b main
npm i @codecoupler/cc-uiAdd Externals Configuration in webpack.externals.js
module.exports = [
{
module: "@codecoupler/cc-ui",
global: "cc",
entries: ["dist/cc-ui.css", "dist/cc-ui.js"]
}
];