1.1.4 • Published 2 years ago

story-meta-cli v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

story-cli

npm install -g story-cli
vue create my-project

功能描述

story addcpn -n [组件名] -w [想要添加的目录]   可以在任意目录添加一个组(默认情况下是vue的模版));

story addapi -n [api调用名] -w [想要添加的目录]   可以在任意目录添加一个api层的函数,供外部调用;