上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页
摘要: import { createApp } from 'vue' import App from './App.vue' import router from './router' import store from './store' import vant from 'vant'; import  阅读全文
posted @ 2021-06-20 08:57 zjxgdq 阅读(450) 评论(0) 推荐(0) 编辑
摘要: "Print to console": { "prefix": "ts", "body": [ "<template>", "\t<div>", "\t</div>", "</template>", "<script lang=\"ts\">", "import {defineComponent} 阅读全文
posted @ 2021-06-19 09:19 zjxgdq 阅读(67) 评论(0) 推荐(0) 编辑
摘要: npm配置国内镜像源 2、使⽤用npm全局安装typescript第3集:开始我们第⼀一个 TS程序简介:带领⼤大家体验⼀一下编写⼀一个ts程序1、安装vscode2、将ts⽂文件编译成js⽂文件进⼊入命令⾏行行:node -v这⾥里里使⽤用的是淘宝的镜像:npm config set regist 阅读全文
posted @ 2021-06-18 10:51 zjxgdq 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Express - 基于 Node.js 平台的 web 应用开发框架 - Express 中文文档 | Express 中文网 (expressjs.com.cn) Express 应用程序生成器 - Express 中文文档 | Express 中文网 (expressjs.com.cn) np 阅读全文
posted @ 2021-06-15 20:54 zjxgdq 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Cookie router.beforeEach((to,from,next)=>{ store.commit('setToken',Cookie.get('token')) if(store.state.token){ store.commit('changIsSignIn',1) } if(to 阅读全文
posted @ 2021-06-15 16:25 zjxgdq 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 安装mavon-editor编辑器器 npm install mavon-editor --save Main.js中引⼊入编辑器器 import mavonEditor from 'mavon-editor'import 'mavon-editor/dist/css/index.css'Vue.u 阅读全文
posted @ 2021-06-15 09:10 zjxgdq 阅读(26) 评论(0) 推荐(0) 编辑
摘要: vetur ,Auto Rename Tag ,chinese,Document This ,DotENV,Element UI Snippet,ESLint,ESLint Chinese Rules, Headwind,i18n Ally,Iconify IntelliSense,Less Int 阅读全文
posted @ 2021-06-14 19:58 zjxgdq 阅读(30) 评论(0) 推荐(0) 编辑
摘要: npm install express --save npm install body-parser post请求包 // 引入body-parser模块,用来处理post请求参数 const bodyParser = require(‘body-parser’); // 处理post请求参数 ap 阅读全文
posted @ 2021-06-14 16:33 zjxgdq 阅读(48) 评论(0) 推荐(0) 编辑
摘要: MySQL 8.0.19安装教程(windows 64位)_日日言谧-CSDN博客_mysql8安装 navicatsequal pro:下载地址https://sequelpro.com/test-builds或者https://dev.mysql.com/downloads/mysql/ htt 阅读全文
posted @ 2021-06-11 08:59 zjxgdq 阅读(21) 评论(0) 推荐(0) 编辑
摘要: my.ini文件 阅读全文
posted @ 2021-06-09 17:11 zjxgdq 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页