Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kimkee/ia
- Owner: kimkee
- Created: 2022-09-01T10:18:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T00:33:43.000Z (12 months ago)
- Last Synced: 2024-02-07T01:36:15.407Z (12 months ago)
- Topics: ia, list, project
- Language: HTML
- Homepage: https://kimkee.github.io/ia/
- Size: 715 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IA
Project's HTML Working Listconverting 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 /
```