Back to Farm

@farmfe/cli

packages/cli/README.md

1.7.11511 B
Original Source

@farmfe/cli

@farmfe/cli provides CLI support for Farm, which is extremely rust based web build tool. Visit the Farm GitHub repository for more information.

Getting Started

sh
pnpm add @farmfe/cli -D

start your farm project in development mode:

sh
farm dev

build your farm project in production mode:

sh
farm build

preview your farm project in production mode:

sh
farm preview

clean your farm persistent cache:

sh
farm clean