# helloVue **Repository Path**: myhat123/helloVue ## Basic Information - **Project Name**: helloVue - **Description**: 学习vue.js系列示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-02 - **Last Updated**: 2022-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 学习vue.js系列 ============= vue.js ------ 使用vue.js 2.6.xx https://v2.cn.vuejs.org/v2/guide/ bootstrap-vue ------------- 使用bootstrap-vue 2.23.1 https://bootstrap-vue.org/docs - Vue.js v2.6 is required, v2.6.12 is recommended - Bootstrap v4.3.1 is required, v4.6.1 is recommended - Popper.js v1.16 is required for dropdowns (and components based on dropdown), tooltips, and popovers. v1.16.1 is recommended - PortalVue v2.1 is required by Toasts, v2.1.7 is recommended - jQuery is not required 相关js, css从unpkg.com下载 接口测试 ------- > $ http -v GET http://localhost:5000/get_persons > $ http -v --json PUT http://localhost:5000/update_person/503ca515a5544e688863ad568acf7058 name='张三' sex='男' addr='高新区' > $ http -v DELETE http://localhost:5000/del_person/503ca515a5544e688863ad568acf7058 > $ http -v --json POST http://localhost:5000/add_person name='王二' sex='男' addr='西湖区' 系列说明 ------- - hello_01 flask+vue.js展示页面 - hello_02 html属性、计算属性、侦听器 - hello_03 axios - hello_04 列表渲染 - hello_05 事件处理及bootstrap-vue组件 - hello_06 表单输入绑定 - hello_07 组件 - hello_08 状态管理 - hello_09 axios delete - hello_10 axios update