Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 330 Bytes

amazing: Velocity 前端工程问题集成解决方案

Usage

  1. 全局安装amazing

npm install -g amazing

  1. 到web工程的根目录下

cd /(webapp)

  1. 初始化本地服务器web工程加载目录

amazing -i

  1. 启动服务器

amazing

Others

自定义端口号

amazing -p 9091