Skip to content

yh-yunchuang-fe/yh-web-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yh-web-tools

新建项目

npm run new xxx

基于_commons/tpl下的文件结构创建一份全新页面模板

npm run new 160815_main

建议以页面发布时间为目录名开头

开发

npm run start xxx

启动一个本地 server,默认监听端口 3000,代码保存时,自动编译刷新

编译

npm run build xxx