[Node.js] npm 패키지 모음

김민재·2024년 3월 27일

Node.js

목록 보기
19/36
  1. npm i -D parcel
  • 개발용 서버 실행
    사용법
// package.json
  "scripts": {
    "dev": "parcel index.html",
    "build": "parcel build index.html"
  },
  1. npm i typescript
  • 타입스크립트 다운로드
  1. npm i lodash
profile
개발 경험치 쌓는 곳

0개의 댓글