fc-cli
cli, nodejs
A tool used for React best practice
Installing / Getting started
#Install npm install fc-cli -g# create a single page app fcl i single my-project# create a composite page app fcl i composite my-project # create component fcl g component my-component# create route fcl g route my-route
Configuration
path
fcl generate(short-cut alias: 'g') [type] [name]Generate route and component.
default route path - src/routes
Usage Examples
$ fcl g route product$ fcl g component mycomponent