Commit f08a45a0 authored by leeokhee's avatar leeokhee

프린터 세팅 추가

parent 804e7f42
# HEENAM.DEV # HEENAM.DEV
희남 업무 가이드
## Getting Started
$ npm install
$ npm start // 서버 띄우기
$ npm run-script build // 배포버전 빌드
$ npm run serve:dist // 배포버전 빌드파일 서버띄워 확인하기
...@@ -28,6 +28,17 @@ ...@@ -28,6 +28,17 @@
<ul class="list-unstyled"> <ul class="list-unstyled">
<li>Heenam_INT2_5G / 희남1201</li> <li>Heenam_INT2_5G / 희남1201</li>
</ul> </ul>
<h5>프린터</h5>
<ul class="list-unstyled">
<li><a href="https://goo.gl/dFXTYY" target="_blank">1. 캐논 드라이버 설치 (복합기 > 컬러 디지털 복합기 > iR ADV C3320, OS 선택)</a></li>
<li><a href="../assets/2018100211292501.mac-UFRII-v10170-02.dmg">2. Mac OS 10.14 Mojave 기준 드라이버 다운로드</a> <br>
<img src="../images/print.png" alt="" style="width: 500px;">
</li>
</ul>
<h5>내부IP현황</h5>
<ul class="list-unstyled">
<li><a target="_blank" href="https://goo.gl/jvRcka">https://goo.gl/jvRcka</a></li>
</ul>
<h5>비상연락망</h5> <h5>비상연락망</h5>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a target="_blank" href="https://goo.gl/GrAqF8">https://goo.gl/GrAqF8</a></li> <li><a target="_blank" href="https://goo.gl/GrAqF8">https://goo.gl/GrAqF8</a></li>
......
<div id="setting"><div class="section"><div class="container"><h2>환경설정</h2><h5>계정생성</h5><ul class="list-unstyled"><li><a href="https://office.heenam.co.kr" target="_blank">https://office.heenam.co.kr</a></li></ul><h5>파일서버</h5><ul class="list-unstyled"><li>afp://www.heenam.co.kr</li></ul><h5>업무공지 및 휴가등록</h5><ul class="list-unstyled"><li>맨티스 : <a href="http://mantis.heenam.co.kr" target="_blank">http://mantis.heenam.co.kr</a></li><li>아지트 : <a href="https://heenam.agit.io" target="_blank">https://heenam.agit.io</a></li></ul><h5>업무메일 및 휴가등록</h5><ul class="list-unstyled"><li>heenam.cal@gmail.com / 희남2016#$ (휴가등록 캘린더)</li><li>heenam.dev@gmail.com / 희남2016%^ (개발관련 업무메일)</li></ul><h5>지문등록 및 비품관련</h5><ul class="list-unstyled"><li>경영지원팀 <strong class="text-danger">김정민</strong> 사원</li></ul><h5>WIFI</h5><ul class="list-unstyled"><li>Heenam_INT2_5G / 희남1201</li></ul><h5>비상연락망</h5><ul class="list-unstyled"><li><a target="_blank" href="https://goo.gl/GrAqF8">https://goo.gl/GrAqF8</a></li></ul></div></div></div> <div id="setting"><div class="section"><div class="container"><h2>환경설정</h2><h5>계정생성</h5><ul class="list-unstyled"><li><a href="https://office.heenam.co.kr" target="_blank">https://office.heenam.co.kr</a></li></ul><h5>파일서버</h5><ul class="list-unstyled"><li>afp://www.heenam.co.kr</li></ul><h5>업무공지 및 휴가등록</h5><ul class="list-unstyled"><li>맨티스 : <a href="http://mantis.heenam.co.kr" target="_blank">http://mantis.heenam.co.kr</a></li><li>아지트 : <a href="https://heenam.agit.io" target="_blank">https://heenam.agit.io</a></li></ul><h5>업무메일 및 휴가등록</h5><ul class="list-unstyled"><li>heenam.cal@gmail.com / 희남2016#$ (휴가등록 캘린더)</li><li>heenam.dev@gmail.com / 희남2016%^ (개발관련 업무메일)</li></ul><h5>지문등록 및 비품관련</h5><ul class="list-unstyled"><li>경영지원팀 <strong class="text-danger">김정민</strong> 사원</li></ul><h5>WIFI</h5><ul class="list-unstyled"><li>Heenam_INT2_5G / 희남1201</li></ul><h5>프린터</h5><ul class="list-unstyled"><li><a href="https://goo.gl/dFXTYY" target="_blank">1. 캐논 드라이버 설치 (복합기 > 컬러 디지털 복합기 > iR ADV C3320, OS 선택)</a></li><li><a href="../assets/2018100211292501.mac-UFRII-v10170-02.dmg">2. Mac OS 10.14 Mojave 기준 드라이버 다운로드</a><br><img src="../images/print.png" alt="" style="width:500px"></li></ul><h5>내부IP현황</h5><ul class="list-unstyled"><li><a target="_blank" href="https://goo.gl/jvRcka">https://goo.gl/jvRcka</a></li></ul><h5>비상연락망</h5><ul class="list-unstyled"><li><a target="_blank" href="https://goo.gl/GrAqF8">https://goo.gl/GrAqF8</a></li></ul></div></div></div>
\ No newline at end of file \ No newline at end of file
...@@ -130,7 +130,7 @@ function startAppServer() { ...@@ -130,7 +130,7 @@ function startAppServer() {
}); });
watch([ watch([
'app/*.html', 'app/**/*.html',
'app/images/**/*', 'app/images/**/*',
'.tmp/fonts/**/*' '.tmp/fonts/**/*'
]).on('change', server.reload); ]).on('change', server.reload);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment