UNPKG

mobtechcli

Version:
59 lines (47 loc) 1.09 kB
# mobtechcli ![npm](https://img.shields.io/npm/v/mobtechcli.svg) ![NPM](https://img.shields.io/npm/l/mobtechcli.svg) ![npm](https://img.shields.io/npm/dm/mobtechcli.svg) 公司前端组内,项目模板生成脚手架。(默认 vue, 后续支持 react,typescript) ## 安装 ```javascript npm install mobtechcli -g ``` ## 使用 ```javascript mobtech - i; or; mb - i; ``` ## 项目目录 Vue ``` +---public \---src +---api +---assets | \---images +---components | +---consume | \---header +---directives +---router | \---modules +---sass | \---mob-theme | +---animation | +---color | +---common | | \---iconfont | | \---fonts | +---components | +---dist | | \---fonts | \---mixins +---store +---utils \---views \---home ``` ## 功能列表 - [x] vue - [x] react - [ ] vue + ts - [ ] react + ts