https://github.com/epage-team/epage-cli
epage cli tools 低代码可视化配置脚手架
https://github.com/epage-team/epage-cli
cli epage lowcode nocode startkit tool
Last synced: 4 months ago
JSON representation
epage cli tools 低代码可视化配置脚手架
- Host: GitHub
- URL: https://github.com/epage-team/epage-cli
- Owner: epage-team
- License: mit
- Created: 2020-03-11T14:41:11.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2021-02-22T10:01:39.000Z (over 5 years ago)
- Last Synced: 2024-08-08T18:04:16.065Z (almost 2 years ago)
- Topics: cli, epage, lowcode, nocode, startkit, tool
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Epage Cli
[epage](https://github.com/didi/epage) cli tool
## Usage
```sh
npm i epage-cli -g
epage init myEpage
# or select template
epage init myEpage --tpl vant
# or use custom template
epage init myEpage --tpl git@github.com:epage-team/epage-template-vant.git
```
**注意**
`epage init ` 后面可跟参数
- `--tpl`:选择初始化模板,不带此参数默认`iview`模板(PC),移动端渲染组件可附带参数`vant`
- `-v` (`--version`):查看脚手架版本
## Docs
- [Epage](http://epage.didichuxing.com/)
- [How to develop widget?](http://epage.didichuxing.com/developer/widget.html)
## License
[MIT](./LICENSE)