Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 762 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 762 Bytes

Welcome to fe 👋

Version

A cli for fe

Install

npm install fe --global

Usage

init

Initialize a project in current director

fe init [project name]

install

Install dependencies

You can use npm install or yarn add to instead

fe install [dependency]

dev

Run development environment

it is equal to run npm run dev

fe dev

publish

Publish project to target server

fe publish [env]

Author

👤 zhaosaisai