随笔分类 -  vue

摘要:<s-template> <div id="app"> <table> <thead> <tr> <th>Name</th> <th>Age</th> <th>Sex</th> </tr> </thead> <tbody> <tr v-for="person in peoples"> <td>{{ 阅读全文
posted @ 2023-06-20 16:01 花生与酒 阅读(13) 评论(0) 推荐(0)
摘要:1分でわかるBootstrapとBootstrapVueをVue.jsで使用する方法 10分で基礎がわかるVue.js-入門 https://www.wrappixel.com/bootstrap-vue/ How can we use Bootstrap with Vue CLI Project 阅读全文
posted @ 2020-10-14 11:25 花生与酒 阅读(169) 评论(0) 推荐(0)
摘要:各种资源 官方vue_cli https://cli.vuejs.org/zh/guide/ 博友资料 1.Vue.js——vue-router 60分钟快速入门 2.Vue.js——60分钟webpack项目模板快速入门 关于npm依赖的解释 https://blog.csdn.net/weixi 阅读全文
posted @ 2020-07-29 15:22 花生与酒 阅读(335) 评论(0) 推荐(0)