Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kimkee/ia

project ia
https://github.com/kimkee/ia

ia list project

Last synced: about 2 months ago
JSON representation

project ia

Awesome Lists containing this project

README

        

# IA
Project's HTML Working List

converting jQuery version to pure javascript

### 설정 [ia.opts]
```js
usrs: [ // 작업자
"김기현", "홍길동", "김선생", "박진상", "이과장", "미지정",
],
stxt: { /* 상태값, class */
"대기": "sty",
"진행": "ing",
"검수": "chk",
"완료": "com",
"삭제": "del",
"우선": "wan",
},
```



```
live-server --port=9002 --host=localhost --ignorePattern=.*\.css
cd /
```