摘要: 命令行 Ctrl+Shift+P # 选择 Configure User Snippets # 选择 Vue.json 原始的Vue.json { // Place your snippets for vue here. Each snippet is defined under a snippet 阅读全文
posted @ 2020-07-29 22:58 荣光无限 阅读(3502) 评论(0) 推荐(0) 编辑
摘要: express 基于 Node.js 平台,快速、开放、极简的 Web 开发框架 npm init -y npm i express cors 编写 server.js 文件 const express = require('express') const cors = require('cors' 阅读全文
posted @ 2020-07-29 13:41 荣光无限 阅读(626) 评论(0) 推荐(0) 编辑