tfe
v1.0.0
Published
A Template front end create software
Downloads
4
Readme
TFE 使用文档
- 套件使用前提
- 操作系统:本套件兼容Windows、Mac、Linux系统。
- 解析平台:系统需安装Node软件和NPM包管理器。
- 软件版本:Node需要v1.5.0以上,NPM需v2.0.0以上。为保证套件使用流畅度,建议使用最新版本Node和最新版NPM。
- 套件安装
- 终端输入
npm install tfe -g
即可完成安装。 - 通过NPM社区检索获取该套件相关信息。
- 终端输入
- 套件使用
tfe init
项目初始化tfe add c|p *
创建p|c模块tfe lint check
代码规范检查tfe lint format
代码格式化tfe dev
创建项目服务器