1.0.8 • Published 8 years ago

aimee-view v1.0.8

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

#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
1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago