Vue.JS 2 Tutorial #1 - Introduction 정보
Vue Vue.JS 2 Tutorial #1 - Introduction본문
What is Vue.js
1. A front-end framework
2. Create javascript drive web applications
3. Runs in the browser
4. No need to make multiple server requests for pages
5. Very Lean (16kb)
6. Very high run-time performance
How to install Vue.js the easy way
- conditionals
- Events
- Data
Install Vue.js with the vue-cli and webpack
- Components
- Vue files & template
atom을 사용중인데.. vscode로..
vscode에서 index.html을 만들고 html:5<tab>을 하면 기본적으로 생김.
title안에 있는 Document를 클릭하고 ctrl+d를 한후에 VueJS Tutorials 타이핑하고 ctrl+enter를 하면 바로 다음줄 입력모드
link:css<tab> 그리고 ctrl+enter
script:src<tab>하고 https://unpkg.com/vue를 입력
새로운 파일로 style.css 만들어 놓습니다.
https://github.com/iamshaunjp/vuejs-playlist/tree/lesson-1
추천
0
0
댓글 0개