Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.md
Unknown
LICENSE-THIRD-PARTY.md
NotificationsYou must be signed in to change notification settings

codaxy/cxjs

Repository files navigation


cxjs logo

versiondownloads


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 onStackOverflow.If you find a bug, pleaseraise an issue.Request an invite to our Slack channeland become a member of the CxJS community.

Starting a new project

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

Besides thecx package, you'll need other packages such ascx-react (orcx-preact) andbabel-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 --globalcx create my-appcd my-appnpm start

Or if you prefer Yarn:

yarn create cx-app my-appcd my-appyarn 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 usingnpm oryarn.

npm install cx-theme-frost

Openmy-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 useyarn to install packages and run the applications.

yarn install

Build CxJS:

yarn build

Run tests:

yarntest

Run Docs:

yarn start

Run Gallery:

yarn gallery

Run Fiddle:

yarn fiddle

License

CxJS is available underthe MIT License.

About

CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.md
Unknown
LICENSE-THIRD-PARTY.md

Security policy

Stars

Watchers

Forks

Contributors37


[8]ページ先頭

©2009-2025 Movatter.jp