tutorials: move vweb tutorial inside its own folder (#8930)
3
.github/workflows/ci.yml
vendored
@ -126,8 +126,7 @@ jobs:
|
|||||||
run: ./v build-vbinaries
|
run: ./v build-vbinaries
|
||||||
- name: Test v tutorials
|
- name: Test v tutorials
|
||||||
run: |
|
run: |
|
||||||
cd tutorials/code/blog
|
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
|
||||||
../../../v .
|
|
||||||
|
|
||||||
# Alpine docker pre-built container
|
# Alpine docker pre-built container
|
||||||
alpine-docker-musl-gcc:
|
alpine-docker-musl-gcc:
|
||||||
|
@ -156,7 +156,7 @@ files with compilation errors.
|
|||||||
- os: `is_link()`, `is_dir()`, `exists()`.
|
- os: `is_link()`, `is_dir()`, `exists()`.
|
||||||
- Ranging through fixed size arrays.
|
- Ranging through fixed size arrays.
|
||||||
- Lots of fixes in ORM and vweb.
|
- Lots of fixes in ORM and vweb.
|
||||||
- The first tutorial: [building a simple web application with vweb](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md)
|
- The first tutorial: [building a simple web application with vweb](https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/README.md)
|
||||||
- Match expressions now must be exhaustive.
|
- Match expressions now must be exhaustive.
|
||||||
- freestanding: `malloc()`/`free()`.
|
- freestanding: `malloc()`/`free()`.
|
||||||
- `++` is now required instead of `+= 1` for consistency.
|
- `++` is now required instead of `+= 1` for consistency.
|
||||||
|
@ -256,7 +256,7 @@ With V's `vab` tool, building V UI and graphical apps for Android can become as
|
|||||||
|
|
||||||
## Developing web applications
|
## Developing web applications
|
||||||
|
|
||||||
Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md)
|
Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/README.md)
|
||||||
tutorial and Gitly, a light and fast alternative to GitHub/GitLab:
|
tutorial and Gitly, a light and fast alternative to GitHub/GitLab:
|
||||||
|
|
||||||
https://github.com/vlang/gitly
|
https://github.com/vlang/gitly
|
||||||
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |