摘要:
live Server 阅读全文
摘要:
npm install -g nodemon 阅读全文
摘要:
iTerm2 - macOS Terminal Replacement 终端神器 初始化项⽬ npm init -y 安装命令 npm i loadsh --save/cnpm i loadsh --save 下载速度慢可替换成淘宝镜像 npm install -g cnpm --registry= 阅读全文
摘要:
import axios from 'axios' // login.hj.u2sy.cn改为login.test.u2sy.cn const url = 'http://login.test.u2sy.cn/dianshang/login/' // startDate=2020-01-01&end 阅读全文
摘要:
http-service页面 import axios from 'axios'; //拦截器 axios.interceptors.response.use(function (response) { // 对响应数据做点什么 if (response.status == 200) { retur 阅读全文
摘要:
下载 npm i compression-webpack-plugin -D const CompressionPlugin = require("compression-webpack-plugin") module.exports ={ configureWebpack: () => { if 阅读全文
摘要:
import "tailwindcss/tailwind.css"公共 npm install tailwindcss 阅读全文
摘要:
}, { path: '/home', name: 'Home', component: resolve => require(['../views/Home.vue'],resolve), meta: { nav: false, isKeep: false } }, 阅读全文