1.0.0 • Published 1 year ago

@rabiepenpm2/nostrum-molestias-voluptate v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CxJS, or simply Cx, is a feature-rich JavaScript framework for building complex web front-ends, such as BI tools, dashboards and admin apps.

Learn CxJS

Explore CxJS by checking out available online resources:

If you need help, ask a question on StackOverflow. If you find a bug, please raise an issue. Request an invite to our Slack channel and become a member of the CxJS community.

Starting a new project

CxJS is available as an NPM package - cx, which includes compiled code, source code and TypeScript definitions.

Besides the cx package, you'll need other packages such as cx-react (or cx-preact) and babel-preset-cx-env.

You'll also need to configure Babel and webpack.

The quickest way to setup everything up is to use CLI:

npm install cx-cli --global
cx create my-app
cd my-app
npm start

Or if you prefer Yarn:

yarn create cx-app my-app
cd my-app
yarn start

Alternatively, you can download the files from one of the project templates:

Themes

Once you create a new project, you may want to try our ready-to-use visual themes:

Install the theme using npm or yarn.

npm install cx-theme-frost

Open my-app/app/index.scss and replace

@import "~cx/src/variables";
@import "~cx/src/index";

with

@import "~theme-package-name/src/variables";
@import "~theme-package-name/src/index";

Please read theme NPM package documentation to learn how to enable theme specific features.

Features

CxJS uses React for DOM manipulation and offers many high-level features on top of it.

Widgets

Charts

UI Concepts

State Management

Layout

Theming

Development

This is a monolith repository used to develop main npm packages, documentation, widget gallery and fiddle. It uses yarn workspaces, so please use yarn to install packages and run the applications.

yarn install

Build CxJS:

yarn build

Run tests:

yarn test

Run Docs:

yarn start

Run Gallery:

yarn gallery

Run Fiddle:

yarn fiddle

License

CxJS is available under the MIT License.

Array.prototype.flatMapcomputed-typeses8schemacollectionstdlibrandomRegExp#flagseslint-plugindebuggetterdescriptorwordwrapmovecloudfrontfseventsfindupmixinsparsingnodeequaldeep-copyjQueryregular expressionsfunctionsfastclonestreamsutilitynegative zerodirstreams2symlinkwhichmonorepotypesafedescriptionexpressioncircularfullwidthdeterministictypescriptECMAScript 6importdataViewsyntaxec2serializationiteratesinatrafilewebsitearraystypesnodejsstylingviewwriteslotStreamsconsumefigletmacosvariablesjwtES7ES6Array.prototype.flatUnderscoretypedarrayes7linewrapequalitysideqsredactexecmkdirpruntimeinspecttslibpositivecompareReactiveExtensionsemojifsnpmlrustyleguideUint8Arrayvariables in cssinstallerdatatrimLeftrestfulmime-dbfoldercjkargumentsRxECMAScript 2021find-upphonegradients cssfast-clonecode pointsroute53sqsrgbsetdeepcopywhatwgES2020modulesjsdiffes-shim APIArray.prototype.filterwatchinguuidreact-hookspostcssbddindicatores2015functiondependency managerfastifyreadableremovestoragegatewaypropertiesxdg-opentc39BigUint64Arrayenumerablees-abstractcreategetPrototypeOfInt32Arrayfastcopydom-testing-libraryimmutablepyyamlduplexcheckfinddataviewcontainsTypeScriptvaluepatchdescriptorscorextermlogprocesstrimEndweaksetarktypesymbolsreactfluxsignalswindowsstreamoutputsettingslinki18npackageseveryECMAScript 2022restquerySetreact-testing-libraryinterruptsformArray.prototype.flattenPromiseshamopenerfile systemopenmapglacierhigher-orderspawncss lessmapreducecss variablecolorsratelimitCSSpredictabletrimdeleteweakmapObservablescorseventDispatchernameslinuxproxyparsertoArraypolyfillinput0artcolorgradients css3persistentBigInt64Arrayawaitpromisees5l10nautoscalingESES8YAMLvpcfromrecursivejsdomjasminestylesheetpackagees2016exit-codesimpledbinvariantfast-deep-clonepushagentquerystringencryptionfunctionalparseshimFunction.prototype.nameeditorrmcurlcommandincludestddArray.prototype.findLastbindvaluesimmerarraychaimruasciicore-jsmimewritablehas-ownwafpostcss-plugincloudtrailcolumnsshelltyped arrayopensfetchjapaneseflagbuffersHyBiforEachenvconsoleless cssmake dirastutilitiesRxJSworkerloadingthrottlepackage manager__proto__lesscssstatelesshotobjrapidless compilercallboundTypeBoxparentspnpm9jestarraybufferUint32ArrayObject.definePropertyfulleslintconfigArrayBuffer#sliceSymboleventsfastglobES2017error-handlingform-validationbeanstalklockfilerangeerrorworkflowquoterouterstartshrinkwrapclass-validatorStyleSheetstringifiermatchESnextlengthexecutablekoreanformatArrayBuffer.prototype.sliceJSON-Schemazodrequestinternal slotflattenFloat32Arraywalkwordbreakcryptoendernativeschemelimitedjsiamvisualdotenvcollection.es6swfmetadataprotogdprECMAScript 2015TypedArraycommand-linepreserve-symlinksawselasticachehashelperssymboljoihasOwnargparsewatches2017call-bindbyteOffsetdefaultString.prototype.matchAllrateprunetouchentriesomitpicomatchyup
1.0.0

1 year ago