1.1.31 • Published 4 years ago

@codecoupler/cc-complete v1.1.31

Weekly downloads
47
License
MIT
Repository
-
Last release
4 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

4 years ago

1.1.30

4 years ago

1.1.29

4 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.20

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.9

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago