Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 341 Bytes

smart-app-cli

智能小程序脚手架

安装 (installation)

    npm install -g smart-app-cli

命令 (command)

    swan init [project-name]  新建智能小程序项目
    swan create-page [page-name]  新建智能小程序页面
    swan create-component [component-name] 新建智能小程序自定义组件