Node.js Express - JQuery 사용하기


Node.js Express - JQuery 사용하기

jquery JavaScript library for DOM operations. Latest version: 3.6.2, last published: a day ago. Start using jquery in your project by running `npm i jquery`. There are 19256 other projects in the npm registry using jquery. www.npmjs.com npm jquery 문서 노드에서 자바스크립트 라이브러리 jquery를 사용해 봐요. 먼저 npm으로 jquery를 설치합니다. npm install jquery 설치 완료 의존성 추가되었는지 확인해 주시고요 프로젝트 폴더 안에 node_modules 보시면 설치가 되어 있습니다. 이제 app.js에 jquery 경로를 설정해 줍니다. //jquery app.use('/js', express.static(__dirname + '/node_modules/jquery/d...



원문링크 : Node.js Express - JQuery 사용하기