- Full-Stack Vue.js 2 and Laravel 5
- Anthony Gore
- 117字
- 2021-07-02 19:57:16
Code base
The case-study project runs through the entire duration of this book, so once you've created the code base you can keep adding to it chapter by chapter. By the end, you'll have built and deployed a full-stack app from scratch.
The code base is in a GitHub repository. Download it in whatever folder on your computer that you normally put projects in, for example,~/Projects:
$ cd ~/Projects $ git clone https://github.com/PacktPublishing/Full-Stack-Vue.js-2-and-Laravel-5 $ cd Full-Stack-Vue.js-2-and-Laravel-5
Rather than cloning this repository directly, you could first make aforkand clone that. This will allow you to make any changes you like and save your work to your own remote repository. Here's a guide to forking a repository on GitHub:https://help.github.com/articles/fork-a-repo/.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- GeoServer Cookbook
- Java Web基礎與實例教程(第2版·微課版)
- Python數據挖掘與機器學習實戰
- BeagleBone Black Cookbook
- Unity 2017 Mobile Game Development
- Python項目實戰從入門到精通
- INSTANT Adobe Edge Inspect Starter
- Django實戰:Python Web典型模塊與項目開發
- Modern C++ Programming Cookbook
- Go語言從入門到精通
- 嵌入式Linux C語言程序設計基礎教程
- 精通Spring:Java Web開發與Spring Boot高級功能
- Modular Programming with JavaScript
- Python數據預處理技術與實踐