vue

作者: 大牛在郑州 | 来源:发表于2019-02-11 18:44 被阅读3次

安装(依赖node & npm)

sudo npm install -g vue-cli
vue init webpack testDemo
cd testDemo
npm install
npm run dev

基础语法

data
methods
v-if
v-else
v-on
    click
    keyup
input

tips

1<style scoped>
// scoped样式只在当前组件里起作用
</style>

借鉴demo:https://github.com/hemiahwu/vue-basic

相关文章

网友评论

      本文标题:vue

      本文链接:https://www.haomeiwen.com/subject/usmqeqtx.html