摘要: You are running Vue in development mode. Make sure to turn on production mode when deploying for production. See more tips at https://vuejs.org/guide/ 阅读全文
posted @ 2020-07-28 16:49 Insus.NET 阅读(539) 评论(0) 推荐(0) 编辑
摘要: Download the Vue Devtools extension for a better development experience: https://github.com/vuejs/vue-devtools 阅读全文
posted @ 2020-07-28 16:17 Insus.NET 阅读(22263) 评论(0) 推荐(0) 编辑
摘要: 今 天又学习一门前端,叫Vue.js。 在VS中,使用NuGet下载Vue.js和axios.js: 引用至html网页中: 在script里,写几行读数据接口的代码: new Vue({ el: '#app', data() { return { info: null } }, mounted() 阅读全文
posted @ 2020-07-28 14:43 Insus.NET 阅读(5170) 评论(0) 推荐(0) 编辑
摘要: 前些天,有写了《创建与使用Web API》http://www.cnblogs.com/insus/p/5019088.html 学会了创建自己的API项目。今天我们尝试在ASP.NET MVC中参考与引用这个API. 在应用之前,我们对前面的API的控制器,作些少稍改,能更标准化些,标记#1与#2 阅读全文
posted @ 2020-07-28 14:22 Insus.NET 阅读(564) 评论(0) 推荐(0) 编辑