flow-ui / Flow-CLI

Automated tool for Flow-UI development

Home Page:http://flow-ui.refined-x.com/Flow-CLI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文

Flow-CLI

npm DUB node license

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.

logo

Introduction

  1. Initialization project
  2. Static resource merger
  3. Less precompilation
  4. Component-based development
  5. Real time preview service
  6. Picture compression

Documentation

Flow-CLI Documentation

Setup

  1. install nodejs(>=6.5.0)
  2. 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

preview

License

MIT

Copyright (c) 2017-present, refined-x.com

About

Automated tool for Flow-UI development

http://flow-ui.refined-x.com/Flow-CLI/

License:MIT License


Languages

Language:JavaScript 100.0%