@codecoupler/cc-ui

2.4.14 • Public • Published

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:

# Initialize a new Project with `cc-webpack`
npm init @codecoupler/cc-webpack
git init
# Install CodeCoupler
npm i @codecoupler/cc-complete
npm i

Add Externals Configuration in webpack.externals.js

module.exports = [
  {
    module: "@codecoupler/cc-ui",
    global: "cc",
    entries: ["dist/cc-ui.css", "dist/cc-ui.js"]
  }
];

Package Sidebar

Install

npm i @codecoupler/cc-ui

Weekly Downloads

21

Version

2.4.14

License

MIT

Unpacked Size

961 kB

Total Files

9

Last publish

Collaborators

  • tom27