Skip to content

Commit 8f285da

Browse files
committed
fix: description
1 parent 95ff231 commit 8f285da

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CoCreate-webpack
22

3-
A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all webpack completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/webpack)
3+
CoCreate-webpack is a dynamic module tailored for CoCreate applications, designed to automate and enhance the Webpack experience. It simplifies file watching, chunking, lazy loading, and file uploading via intuitive `CoCreate.config` configurations, streamlining the development process for projects of any scale.
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
77
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9-
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-openai?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-openai?style=flat-square)
1010
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12+
## Features
13+
14+
- **Automated File Watching**: Monitors file changes, streamlining the development cycle.
15+
- **Configurable Chunking**: Leverages `CoCreate.config` for optimized file chunking, enhancing app performance.
16+
- **Efficient Lazy Loading**: Implements lazy loading to improve resource management.
17+
- **Seamless File Uploading**: Automatically uploads modified files, keeping projects current.
18+
1219
![CoCreate-webpack](https://cdn.cocreate.app/docs/CoCreate-webpack.gif)
1320

1421
## [Docs & Demo](https://cocreate.app/docs/webpack)

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
{
22
"name": "@cocreate/webpack",
33
"version": "1.3.1",
4-
"description": "An intergration with webpack and CoCreateJS.",
4+
"description": "A Webpack integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.",
55
"keywords": [
66
"webpack",
7-
"cocreate",
7+
"CoCreate",
8+
"automation",
9+
"file watching",
10+
"chunking",
11+
"lazy loading",
12+
"file uploading",
813
"low-code-framework",
9-
"no-code-framework",
1014
"cocreatejs",
11-
"cocreatejs-component",
1215
"cocreate-framework",
13-
"no-code",
1416
"low-code",
15-
"collaborative-framework",
1617
"realtime",
17-
"realtime-framework",
18-
"collaboration",
19-
"shared-editing",
20-
"html5-framework",
2118
"javascript-framework"
2219
],
2320
"publishConfig": {

0 commit comments

Comments
 (0)