Code Monkey home page Code Monkey logo

starting. Vue3

npm install -g @vue/cli vue --version vue create vue-test01
methods and button event @click="addNumber" @mouseove="addNumber(5)"
v-bind    data binding, html attribute binding  
  in html(tag+attribute) <img :src="" />  <a :href="" />
v-model   html input tag에서 양방향 데이터바인딩
 class attribute 를 바인딩하여 active속성의 적용이 isActive에 의해 결정 :class="{active: isActive}"
html tag이후에 <p v-if="age>18" > audult </p>  v-else, v-show, v-for

starting npm

npm init -y npm install 

starting git

git config --list git config --global user.name "name" git config --blobal user.email "[email protected]"
git clone https://github.com/iamwjlee/git.use, git push https://github.com/iamwjlee/git.use, after git pull https://github.com/iamwjlee/git.use

todolist 만들기는 이제 그만

https://techblog.woowahan.com/2672/

WJ LEE's Projects

asf icon asf

merry christmas, have some asf without registration

g.led2 icon g.led2

camping lantern with 16f1713 w/uart

my icon my

Just for testing

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.