An open API service indexing awesome lists of open source software.

https://github.com/zdying/hiipack_project_example

hiipack project example
https://github.com/zdying/hiipack_project_example

Last synced: 4 months ago
JSON representation

hiipack project example

Awesome Lists containing this project

README

          

### 注意

* 这是**三个**工程: `hot` / `test` 和 `ensure`
* 如果需要使用`https`,需要先导入根证书:`RootCA/HiiPack.pem`

### 运行

npm install hiipack -g

cd hot
npm install

cd test
npm install

cd ensure
npm install

sudo hii start -xo --https

### 编译

cd hot
hii pack
hii min

cd test
hii pack
hii min
### 地址

# 首页
http://localhost:8800/

https://hii.pack.com/
https://test.pack.com/

https://hii.pack.com/hot/src/index.html
https://test.pack.com/test/src/index.html