基于 typescript 的前端脚手架工具,快速创建 React、Vue 应用,模板丰富、功能齐全、开箱即用。
Eris CLI is a front-end scaffolding tool based on TypeScript. It allows developers to quickly create React and Vue applications with rich templates and comprehensive features. The tool is designed to be easy to use, providing a seamless and efficient development experience.
To install Eris CLI globally, run the following command:
npm install -g eris
To install the dependencies locally and create a soft link to the global installation, use the following commands:
npm install
npm link eris
To start the real-time compilation and enter the interactive interface, use the following command:
eris
To compile and package the application, use the following command in the interactive interface:
build
For more detailed usage instructions and command options, refer to the help command in the interactive interface.
Eris CLI is a powerful front-end scaffolding tool that simplifies the process of creating React and Vue applications. With its rich templates, comprehensive features, and interactive interface, developers can quickly build and package their applications. The tool also provides commands for template development and maintenance, allowing for easy customization and updates. Overall, Eris CLI offers a convenient and efficient solution for front-end development projects.