STACKJAVA

Cài Nodejs trên IntelliJ, Code Node.js với IntelliJ IDEA

Cài Nodejs trên Intellij, Code Node.js với Intellij IDEA.

Cài đặt plugin NodeJS

Để thực hiện viết code Node.js trên intellij IDEA ta cần cài đặt plugin NodeJS.

File -> Setting (hoặc ấn tổ hợp phím Ctrl + Alt + S)

Chọn menu Plugins, và gõ nodejs để tìm kiếm plugin NodeJS.

Vì máy mình chưa cài plugin NodeJS nên mình sẽ cần phải search nó từ repositories

Chọn Plugin NodeJS và cài đặt.

Khởi động lại IntelliJ IDEA để kích hoạt plugin NodeJS.

Sau khi cài đặt plugin NodeJS ta có thể tạo Project, Module Node.js:

Ví dụ tạo Project Node.js:

Chọn Node.js and NPM ở menu bên phải.

Chọn project name và nơi lưu trữ project.

Kết quả:

(Project Node.js này do intellij tự tạo nên nó sẽ hơi phức tạp so với người mới học. Các bạn có thể xem thêm các ví dụ tự học Node.js tại đây)

 

Okay, Done!

 

References:

https://plugins.jetbrains.com/plugin/6098-nodejs