JoeyBling / hexo-theme-yilia-plus

一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
https://zhousiwei.gitee.io/yilia-plus-demo/
MIT License
738 stars 174 forks source link

請問ejs、sass、webpack是另外單獨安裝還是通過主題根目録下的package.json安裝 #71

Open SetsuikiHyoryu opened 4 years ago

SetsuikiHyoryu commented 4 years ago

❓问题

  1. ejs、sass、webpack是可以都用npm安裝嗎?
  2. 我看npm安裝東西時既可以本地安裝也可以全局安裝。那我安裝ejs、sass、webpack時應該選哪種?
  3. 如果是主題内本地安裝ejs、sass、webpack,會不會和其他項目内的這些東西重複?

🤔结果 & 预期

Please describe what you expected to see.(请描述一下你希望看到什么) 我希望不要重複安裝,因爲我硬盤沒多少空間。

🐥环境 & 设置

Node.js & npm version

node -v
v14.15.0

npm -v
6.14.8

Your site _config.yml (Optional)

Your theme _config.yml (Optional)

Your browsers (Optional)

The browser you use

Your OSes (Optional)

what platforms (operating systems and devices) are affected?

🙋Others

JoeyBling commented 4 years ago

首先,如果只是使用主题而不是进行二次开发,无需安装NPM依赖。 如果需要构建源码,我个人建议是本地安装,不要全局安装

SetsuikiHyoryu commented 4 years ago

首先,如果只是使用主题而不是进行二次开发,无需安装NPM依赖。 如果需要构建源码,我个人建议是本地安装,不要全局安装

明白了,謝謝