JSPM

@farmfe/core

2.0.0-nightly-20250729025629
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3905
  • Score
    100M100P100Q112576F
  • License MIT

Package Exports

  • @farmfe/core
  • @farmfe/core/client
  • @farmfe/core/package.json
  • @farmfe/core/types/custom-event.d.ts
  • @farmfe/core/types/hmr-payload.d.ts
  • @farmfe/core/types/hot.d.ts
  • @farmfe/core/types/import-glob.d.ts
  • @farmfe/core/types/import-meta.d.ts

Readme

Farm Core

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

Visit https://github.com/farm-fe/farm for details.

Getting Started

Install Farm CLI:

pnpm create farm && cd farm-project && pnpm start

visit official document to learn more about Farm.