0.0.1 • Published 6 years ago

ty-cli v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

ty-cli

whty 前端团队内部基于vue开发的项目初始化工具 旨在统一项目代码风格与规范 内置vue-router vuex axios Element-ui(pc) Vux(touch) ESlint

Installation

Using npm:

npm install -g ty-cli
ty-cli init <project type> <project name> // 项目类型可选 `pc` pc端项目模版 `touch` 移动端项目模版
eg: ty-cli init pc myApp