Git Product home page Git Product logo

preview-vue's Introduction

test

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

공부한 내용

  • vue.js는 SPA를 구현하도록 도와주는 웹 프론트 프레임워크

  • vue.cli을 통해서 뷰 프로젝트를 생성

  • layout 생성

  • router로 실제 url path에 따라 호출할 컴포넌트를 다르게 생성

  • vue 컴포넌트에서 어떻게 data와 method를 처리하는지 적용

  • vue 인스턴스가 생성되고 소멸 될 때까지 라이프사이클 확인

  • 실제 데이터 바인딩 시 v-model 사용, html에선 {{title2}} 같이 표현

  • @click 과 같은 표현으로 메소드 호출

  • 데이터가 배열 형태일 경우 v-for로 컨트롤

  • v-if와 v-show로 컴포넌트를 화면에 보이게 혹은 안보이게 처리

  • watch:로 데이터를 실시간으로 감지 할 수 있음

preview-vue's People

Contributors

blacksw1102 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.