Skip to content

Posts tagged templates

Meet Vapor for VS Code

The official Vapor extension for Visual Studio Code is here, with features for Vapor, Fluent, and Leaf to speed up development. Here's a tour.

The new Vapor Toolbox

The Toolbox has been rewritten using the best tools in the ecosystem, and it's now more powerful than ever!

Updating Vapor's Templates for Swift 5.8

You may notice some changes in Vapor's templates - we've updated then for Swift 5.8, with a unified target and using the latest `@main` syntax.

Commonly used templates available

For ease-of-use, we made some commonly used templates readily available

Updating Vapor's Template To Use `async`/`await`

Vapor's project template now uses async/await for cleaner, easier-to-maintain code. It needs macOS 12 — or use the macos10-15 branch for older setups.