front-flow-cli
v3.6.9
Published
基于Nodejs的前端自动化工具
Downloads
19
Maintainers
Readme
English | 中文
Flow-CLI
Flow-CLI is an automated tool for Flow-UI development, which realizes automatic front initialization, component-based development, static resource compilation, static resource optimization, image compression and other front-end automation functions.
Introduction
- Initialization project
- Static resource merger
- Less precompilation
- Component-based development
- Real time preview service
- Picture compression
Documentation
Setup
- install nodejs(>=6.5.0)
- npm:
npm install front-flow-cli -g
Use
flow init
Initialize a flow-ui project template in the current directory.
flow build [configName]
Compiling the current development directory, default loading configuration config.json
, and specifying the name of the configuration file.
flow run [configName]
Compile and listen to the development directory, start the real-time preview service, the default load configuration config.json
, and specify the name of the configuration file.
Interface
License
Copyright (c) 2017-present, refined-x.com