KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
archguard-cli
★ 15
Open GitHub ↗
ArchGuard 前端项目 CLI 工具,用于快速生成组件代码等。
Download README (.md)
Explore Similar Repositories
BearSchedule
:
Simple and clear project management tool. With which it is possible to display one or more projects graphically.
foundry-cof1
:
Chroniques Oubliées Fantasy
ProRankings
:
Calculated rating data of professional League of Legends teams.
ezflashjr
:
No description available.
white-label
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
archguard-cli
?
Download (.md)
# ArchGuard CLI ArchGuard 前端项目脚手架 # 为什么需要该脚手架? - 保持代码规范性 - 减少手动新建文件操作,快速生成符合项目风格的代码,提高开发体验 ## 使用 ```bash npm install @archguard/cli -g ``` ## 常用命令(必须在项目的**src**目录下运行) - 创建页面:`ag g p systemEvaluation/Demo 页面菜单名` > 上述命令会在 `pages/systemEvaluation`文件夹下新建`Demo`页面,并且自动配置好`路由`和`菜单`(菜单名设置为最后一个参数:页面菜单名) - 创建基础组件:`ag g c 组件名 -ba ` - 创建业务组件:`ag g c 组件名 -bu ` - 在当前目录下创建组件:`ag g c 组件名` ## 常用缩写 - `g => generate` - `c => component` - `-ba => --basic ` - `-bu => --business` ## 调试 在本项目路径下执行 ```bash npm link ``` License --- @ 2020~ Thoughtworks. This code is distributed under the MPL license. See `LICENSE` in this directory.