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
- Host: GitHub
- URL: https://github.com/zdying/hiipack_project_example
- Owner: zdying
- Created: 2017-01-16T14:38:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T16:12:33.000Z (about 9 years ago)
- Last Synced: 2025-03-30T12:15:14.366Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/.npmignore
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