1.1.31 • Published 3 years ago

@codecoupler/cc-complete v1.1.31

Weekly downloads
47
License
MIT
Repository
-
Last release
3 years ago

CodeCoupler

What is this

CodeCoupler 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
# Install CodeCoupler
npm i @codecoupler/cc-complete
# Finalize Environment
npm i

Add Externals Configuration in webpack.externals.js

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

3 years ago

1.1.30

3 years ago

1.1.29

3 years ago

1.1.28

4 years ago

1.1.27

4 years ago

1.1.26

4 years ago

1.1.25

4 years ago

1.1.24

4 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.21

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.20

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.9

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago