Vue-pwa로 만든 전광판 서비스입니다.
https://showerbugs.github.io/neonsign
모바일에 다운로드 방법
크롬앱으로 해당 주소에 들어간 후 메뉴 > 홈 화면에 추가 두 번 이상 재 방문시 자동으로 install alert이 뜹니다.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test