[VUE] 코르도바 + 뷰 기본 설정및 강좌

32 views
Skip to first unread message

young chol seo

unread,
May 27, 2019, 8:56:17 PM5/27/19
to kamjaroid

사용하기 

http://webframeworks.kr/tutorials/vuejs/getting-started/


http://webframeworks.kr/tutorials/vuejs/vuex/


http://webframeworks.kr/tutorials/nodejs/api-server-by-nodejs-02/#tocAnchor-1-1


https://kr.vuejs.org/v2/guide/events.html




eslint 설정 막기

my fix for the vue webpack

webpack.base.conf.js

comment out these lines
LINE 43: // ...(config.dev.useEslint ? [createLintingRule()] : []),

LINE (11 - 20):

// const createLintingRule = () => ({
//   test: /\.(js|vue)$/,
//   loader: 'eslint-loader',
//   enforce: 'pre',
//   include: [resolve('src'), resolve('test')],
//   options: {
//     formatter: require('eslint-friendly-formatter'),
//     emitWarning: !config.dev.showEslintErrorsInOverlay
//   }
// })

young chol seo

unread,
May 27, 2019, 9:19:22 PM5/27/19
to kamjaroid
https://github.com/vuejs-templates/webpack/issues/73
eslint

2019년 5월 28일 화요일 오전 9시 56분 17초 UTC+9, young chol seo 님의 말:
Reply all
Reply to author
Forward
0 new messages