- Full-Stack Vue.js 2 and Laravel 5
- Anthony Gore
- 87字
- 2021-07-02 19:57:17
Project code
Before we begin, you'll need to download the code base to your computer by cloning it from GitHub. Instructions are given in the sectionCode basein Chapter 1,Hello Vue - An Introduction to Vue.js.
The foldervuebnb-prototypehas the project code for the prototype we'll now be building. Change into that folder and list the contents:
$ cd vuebnb-prototype $ ls -la
The folder contents should look like this:

Figure 2.2. vuebnb-prototype project files
Unless otherwise specified, all further Terminal commands in this chapter will assume you're in thevuebnb-prototypefolder.
推薦閱讀
- PostgreSQL Cookbook
- R的極客理想:工具篇
- 程序員修煉之道:通向務實的最高境界(第2版)
- Getting Started with NativeScript
- Unity Game Development Scripting
- Advanced Express Web Application Development
- Cocos2d-x Game Development Blueprints
- C編程技巧:117個問題解決方案示例
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Backbone.js Testing
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Python物理建模初學者指南(第2版)
- PHP Microservices
- Learning ROS for Robotics Programming
- 秒懂算法:用常識解讀數據結構與算法