1.图书录入功能 1.获取图书信息 1.在mydemo/src/until.js中封装工具函数post和get // 工具函数 import config from './config' // http get工具函数 获取数据 export function get (url,data) { return request(url,'GET',data) } export function post (url,data) { return request(url,'POST',data) } f
Configuration Reference This project is sponsored by #Global CLI Config Some global configurations for @vue/cli, such as your preferred package manager and your locally saved presets, are stored in a JSON file named .vuerc in your home directory. Yo
系列视频: use Vue.js to build the drag and drop support for the list themselves the cards that are underneath them, and then we're going to be syncing(同步) this back to the rails app using AJAX. async(异步) 视频1 app添加必要gem, 添加基础结构,建设Vue.js单文件组件app.vue,和pack