zhongjiang

atom-安装插件

1. 安装git.

2. 安装node环境,其中集成了npm。

3. 启动git

键入命令: cd User/[yourname]/.atom/packages

进入packages目录。

4. 下载插件

git clone [插件的github托管地址]  

比如: git clone https://github.com/freshl/atom-compile-less.git

5. 安装插件

cd /atom-compile-less

npm install

安装完成!

6. 使用

restart atom

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-05-26
  • 2021-04-23
  • 2021-10-04
  • 2021-10-14
  • 2022-02-09
  • 2021-10-06
猜你喜欢
  • 2021-12-05
  • 2021-12-05
  • 2021-04-01
  • 2022-12-23
  • 2022-01-16
  • 2021-05-28
相关资源
相似解决方案