Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 331 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 331 Bytes

FE-CLI

Edit

# development
npm run dev

OR

# production
npm run prod

Use

npm install
npm link
fe init <name>
# example
fe init zhy
# help
fe init --help

Format

npm run format

Test

npm run test