vuetify2 Vuetify IE 11적용 [사용 환경] - Vue-Cil 로 Vue, Vuetify 설치 - WebPack 미 설치 1. babel polyfill설치 node cmd > $npm install --save @babel/polyfill 2. 프로젝트 폴더 > src > main.js에 구문 추가 import '@babel/polyfill'; 3. 프로젝트 폴더 > babel.config.js 파일 생성 module.exports = { presets: [ [ '@vue/app', { "useBuiltIns": "entry" } ] ] } 4. 프로젝트 폴더 > .babelrc 파일 생성 { "presets": [ "@babel/preset-env" ] } 5. 프로젝트 폴더 > vue.config.js에 구문 추가 const a.. 2020. 3. 1. Spring boot에 Vue , Vuetify 개발환경 구축하기 [Spring boot 설정] - https://ingus26.tistory.com/28 Spring Boot 개발환경 1. Open JDK 설치 아래 페이지로 STS JDK Path까지 설정 필요 - https://ingus26.tistory.com/24 OpenJDK 설정 방법 OracleJDK에서 OpenJDK로 변환했다. 1. JDK 파일 다운로드 https://openjdk.java.net/ OpenJDK.. ingus26.tistory.com 1. node를 설치한다. 나는 Windows Installer (.msi) 64bit버전의 node를 설치했다. - https://nodejs.org/ko/ Node.js Node.js® is a JavaScript runtime built on Chr.. 2020. 1. 30. 이전 1 다음