從原定前端套件安裝的npm改用yarn

This commit is contained in:
Yuan Chiu 2018-07-25 15:56:04 +08:00
parent 93d70dfac0
commit 72c7737919
3 changed files with 7559 additions and 14251 deletions

14247
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,17 +7,17 @@
### 1. 將你的專案下載回來,並進入此專案目錄
$ git clone <此專案網址>
$ cd BlogMatch
### 2. 安裝PHP相關函式庫
$ composer install
### 3. 安裝前端相關函式庫
$ npm install
$ yarn install
### 4. 設定 .env 檔
`.env.example` 複製成 `.env`
並修改裡面的內容如資料庫的相關參數DB_DATABASE=、DB_USERNAME和DB_PASSWORD。
### 5. 重新產生 `APP_KEY`
$ php artisan key:generate
@ -26,4 +26,4 @@
## 執行此專案
### 快速啟動
$ php artisan serve
$ php artisan serve

7555
yarn.lock Normal file

File diff suppressed because it is too large Load Diff