# coderwhyCLI **Repository Path**: wonanut/coderwhy-cli ## Basic Information - **Project Name**: coderwhyCLI - **Description**: CLI written by learning from coderwhy - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-23 - **Last Updated**: 2022-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coderwhyCLI ## 使用说明 ### 安装依赖 ``` npm install ``` ### 全局 link ``` npm link ``` ### 使用命令 ``` hinus create project_name # 创建项目,会自动拉取项目模板,安装依赖,启动项目并打开浏览器 hinus addcpn component_name [-d] [目标目录] # 添加组件 hinus addpage page_name [-d] [目标目录] # 添加页面,并配置路由 hinus addstore module_name [-d] [目标目录] # 添加Vuex子模块 ``` Hello!!this is master