yenarue's website to collect utils
- 웹 프로그래밍 연습겸, 특정 기능이 필요할 때 마다 직접 만드려고 합니다.
- CSS 연습도 할 겸 디자인도 입히고 싶은데 디자인 감각이 없어서 고민중입니다.
- CircleCI : https://circleci.com/gh/yenarue/myUtils
- Heroku : https://dashboard.heroku.com/apps/yenarue-utils
# 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 e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.