4 个版本 (稳定)
2.0.1 | 2023 年 9 月 6 日 |
---|---|
1.0.0 | 2023 年 5 月 4 日 |
0.1.0 | 2023 年 3 月 5 日 |
#95 在 #building
每月下载 31 次
9.5MB
400 行
包含 (ELF exe/lib, 38MB) veloxide
Veloxide-CLI
Veloxide 的命令行工具,用于使用 Rust 构建 Web 应用程序的堆栈。
更多信息可以在 模板仓库 中找到
入门
安装先决条件
安装 Veloxide 命令行界面
> cargo install veloxide
创建您的应用程序
> veloxide init my-app
# Go to the created folder
> cd my-app
# Install the required tools for development
> just install-required
# Start the supporting containers, and then run the app
> just dev
# Once done, open `my-app/` in your IDE
# Happy Coding!
依赖项
~5–13MB
~144K SLoC