#Vue

最近遇到了 API URL 分 Development 及 Production 不同設定的問題,想使用環境變數來解決,讓 URL 在不同的環境下自動使用對應的設定,嘗試後發現有些使用重點跟容易忽略的地方:

閱讀更多

Q: 最近在利用 Vue-Cli 建立專案時遇到 node-sass 出現如下錯誤:

1
2
3
4
5
 ERROR  Failed to compile with 1 error                             

 error  in ./src/App.vue?vue&type=style&index=0&lang=scss&

Syntax Error: Error: ENOENT: no such file or directory, scandir '/***/node_modules/node-sass/vendor'

閱讀更多