create-rue
v0.0.14
Published
🛠️ The recommended way to start a Vite-powered Rue project
Readme
create-rue
The recommended way to start a Vite-powered Rue project
Usage
To create a new Rue project using create-rue, simply run the following command in your terminal:
npm create rue@latest[!IMPORTANT] (
@latestor@legacy) MUST NOT be omitted, otherwisenpmmay resolve to a cached and outdated version of the package.
By default, the command runs in interactive mode with prompts. You can skip these prompts by providing feature flags as CLI arguments. To see all available feature flags and options:
npm create rue@latest -- --helpPowerShell users: You'll need to quote the double dashes: npm create rue@latest '--' --help
