用 interillJ 開啟 vue 的專案 - Frank0321/taiwan_reservoir GitHub Wiki
專案設定
使用 cmd 啟動
- 啟動指令
npm run serve
- 如果需要加上 port ,則為
npm run serve -- -- port 4200
使用 ide 啟動
-
確認有沒有 node_modules 檔案夾,沒有則使用 terminal 移動到專案,並下
npm install
-
File => Project Structure => Modules
-
delete 目前的專案
-
add => import Module => 選擇目前的專案檔案夾 => create module from existing sources => next => finish
-
Edit Configuration
- 選擇
npm
- scripts 選擇
serve
- 選擇
-
run 就會自動執行 vue 的專案
設定環境變數
修改 port
先進入 Edit Configurations
- 選擇 Environment
- 輸入
- Name : port
- Value : 3000