aimee-view

1.0.8 • Public • Published

Aimee-view

用于独立开发aimee app,不用新建测试项目在其中开发了,构建后会发布到 UZ 测试服务器目录下

Install

npm i aimee-view -g

Documention

$ av -h
 
  Usage: av [options] [command]
 
  Commands:
 
    clean   clean project cache
 
  Options:
 
    -h, --help     output usage information
    -V, --version  output the version number
    -w, --watch    monitor the changes of app
    -c, --clean    clean compile cache
    -o, --open     open server url
    -L, --live     automatically reload your browser

Example

 
#清空临时项目缓存 
$ av clean
 
# 编译app 
$ av app
 
# 监听app修改,自动编译 但不会自动刷新浏览器 
$ av -w app
 
# 监听app修改,自动编译并刷新浏览器 
$ av -wL app
 
# --clean 清空编译缓存 
$ av -wLc app

About UZ Server

$ uz -h
$ uz server start
$ uz server restart
$ uz server stop
$ uz server clean

Package Sidebar

Install

npm i aimee-view

Weekly Downloads

2

Version

1.0.8

License

ISC

Last publish

Collaborators

  • gavinning