Vue.js 가 무엇인가?
● Vue는 사용자 인터페이스를 만들기 위한 프로그레시브 프레임워크(Progressive Framework)
→ 일반적인 웹 페이지 뿐만 아니라 PWA(프로그레시브 웹앱) 개발에 용이하다
● 점진적으로 채택할 수 있도록 설계됨
Vue.js
Vue.js - The Progressive JavaScript Framework
vuejs.org
Introduction | Vue Router
Introduction VERSION NOTE For TypeScript users, vue-router@3.0+ requires vue@2.5+, and vice versa. Vue Router is the official router for Vue.js . It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features
router.vuejs.org
What is Vuex? | Vuex
What is Vuex? Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrat
vuex.vuejs.org
● 싱글 파일 컴포넌트(Single File Components, SFC) – .vue 확장자를 가진 싱글 파일 컴포넌트
Learn Single File Components in this Vue.js Course
Embrace the full power of Vue CLI 3, Pre-Processors and Vue.js Single File Components.
vueschool.io
● Awesome Vue.js - Vue.js와 관련된 선별 된 Awesome 한 목록
vuejs/awesome-vue
🎉 A curated list of awesome things related to Vue.js - vuejs/awesome-vue
github.com
● 지원하는 라이브러리 - Table, Notification(modeless little Popup), Loader(spinners), Tooltip, Overlay(modal popup), Icons(vue-material-design-icons or material-design-icons), Menu(vue-accordion) …
Rob Cresswell / vue-material-design-icons
_MOVED TO https://github.com/robcresswell/vue-material-design-icons_ A collection of material design icons as Vue single file components
gitlab.com
google/material-design-icons
Material Design icons by Google. Contribute to google/material-design-icons development by creating an account on GitHub.
github.com
zeratulmdq/vue-accordion
Simple accordion menu component for Vue.js. Contribute to zeratulmdq/vue-accordion development by creating an account on GitHub.
github.com
● 단일 페이지 응용 프로그램(Single Page Application)
싱글 페이지 애플리케이션 - 위키백과, 우리 모두의 백과사전
위키백과, 우리 모두의 백과사전. 싱글 페이지 애플리케이션(single-page application, SPA, 스파)은 서버로부터 완전한 새로운 페이지를 불러오지 않고 현재의 페이지를 동적으로 다시 작성함으로써 사용자와 소통하는 웹 애플리케이션이나 웹사이트를 말한다. 이러한 접근은 연속되는 페이지들 간의 사용자 경험의 간섭을 막아주고 애플리케이션이 더 데스크톱 애플리케이션처럼 동작하도록 만들어준다. SPA에서 HTML, 자바스크립트, CSS 등 필요한
ko.wikipedia.org
●Comparison with Other Frameworks
Comparison with Other Frameworks — Vue.js
Vue.js - The Progressive JavaScript Framework
vuejs.org
인프런 인강 55%할인 쿠폰 - 커피한잔으로 Vue.js 핵심 강의!
인프런 인터넷 강의 55% 할인 쿠폰 - 커피한잔(5000원)으로 배우는 Vue.js 핵심 강의! 모바일 환경에서도 강의를 수강할 수 있도록 강의가 많이 개선되었습니다. 인프런 인터넷 강의 선착순 100명 55% �
plogger.tistory.com
[Vue.js] Javascript Real 웹앱 개발 - 1부 : vue 개념 ~ 핵심 문법 - 인프런
이 강의를 수강하시면 Vue.js 와 관련된 기본적인 개념부터 Real 웹앱 개발을 해 볼 수 있습니다. 이 강의는 1부 기본기 이며, 2부와 3부를 통해서 실제 Real 웹앱을 구현해 보도록 하겠습니다. 초급 ��
www.inflearn.com
'Frontend > vue' 카테고리의 다른 글
[Hoon] Vuejs 강의 - 조건문과 반복문 (0) | 2020.04.13 |
---|---|
[Hoon] Vuejs 강의 - Vue 시작하기(Getting Started) (0) | 2020.04.13 |
[Hoon] Vuejs 강의 - SFC (Single File Components) 는 무엇인가? (0) | 2020.04.13 |
[Hoon] Vuejs 강의 - SPA (Single-Page Application)는 무엇인가? (0) | 2020.02.17 |
[Hoon] Vuejs 강의 - PWA (Progressive Web Application) 는 무엇인가? (0) | 2020.02.17 |
댓글