Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connieya/javascript_study


https://github.com/connieya/javascript_study

es6 javscript

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# vanilla js

## html, css 속성 찾을 때

구글에 h1 html element mdn <- 이런 형식으로 검색

## 날씨 API

[API 사이트](https://openweathermap.org/api)

## webpack

webpack.config.js 파일 생성 하기 전

명령어 입력

- npx webpack --entry ./index.js --output ./public/index_bundle.js

webpack.config.js 파일 생성 후 설정

명령어 입력
- npx webpack --config webpack.config.js

or

- npx webpack