lang/vue
-
-
sdras(Sarah Drasner) Introduction Vue.jslang/vue 2019. 4. 5. 18:53
https://github.com/sdras/intro-to-vue sdras/intro-to-vue Workshop Materials for my Introduction to Vue.js Workshop - sdras/intro-to-vue github.com https://frontendmasters.com/courses/vue/ Introduction to Vue.js with Sarah Drasner Vue.js brings together the best features of the javascript framework landscape elegantly. Build complex and maintainable applications faster! frontendmasters.com
-
Vue.js Chrome Extension Examplelang/vue 2019. 1. 15. 14:51
https://github.com/vuejs/vue/tree/csp/dist 크롬 확장프로그램(chrome://extensions/) > 압축해제된 확장 프로그램을 로드합니다. 클릭 아래 ./vue-csp 폴더 선택 크롬 앱 목록(chrome://apps/)에서 설치한 앱 선택 새창에 앱이 실행된다. ./vue-csp assets/ app.js vue.js # https://github.com/vuejs/vue/tree/csp/dist icon_16.png icon_128.png index.html main.js manifest.json index.html {{ message}} main.js chrome.app.runtime.onLaunched.addListener(function() { // 화면중심..