用 interillJ 開啟 vue 的專案 - Frank0321/taiwan_reservoir GitHub Wiki

專案設定

使用 cmd 啟動

  • 啟動指令 npm run serve
  • 如果需要加上 port ,則為 npm run serve -- -- port 4200

使用 ide 啟動

  1. 確認有沒有 node_modules 檔案夾,沒有則使用 terminal 移動到專案,並下 npm install

  2. File => Project Structure => Modules

  3. delete 目前的專案

  4. add => import Module => 選擇目前的專案檔案夾 => create module from existing sources => next => finish

  5. Edit Configuration

    1. 選擇 npm
    1. scripts 選擇 serve
  6. run 就會自動執行 vue 的專案

設定環境變數

修改 port

先進入 Edit Configurations

  • 選擇 Environment
  • 輸入
    • Name : port
    • Value : 3000