cx-cli v23.12.1
Cx Command Line Interface
This is a command line tool for the CxJS framework. Cx requires tools such as babel and webpack, which are plugin-based and require a significant amount of work to configure properly.
Cx CLI helps you quickly set up new CxJS projects based on available application templates.
Usage
Install the cx-cli tool:
npm install cx-cli --globalCreate a new project
You can easily create new projects with the following commands:
cx create my-app
cd my-app
npm startIf you're using the Yarn package manager, you can also use the yarn create command:
yarn create cx-app my-app
cd my-app
yarn startAdding a new route to the existing project
cx add route <route_name>This command creates a new folder - app/routes/<route_name> and copies the index.js and Controller.js files from the template.
2 years ago
2 years ago
2 years ago
2 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago