11 2021 档案

摘要:import { defineConfig, loadEnv } from 'vite'; import vue from '@vitejs/plugin-vue'; import { resolve } from 'path'; import vueJsx from '@vitejs/plugin 阅读全文
posted @ 2021-11-13 11:06 半糖也甜吖 阅读(1411) 评论(0) 推荐(0)
摘要:// prettier.config.jsmodule.exports = { /** * @description 尾随逗号 */ trailingComma: 'none', /** * @description 箭头函数 * @example avoid x => x * @example a 阅读全文
posted @ 2021-11-13 11:04 半糖也甜吖 阅读(970) 评论(0) 推荐(0)
摘要:1. pnpm: pnpm config set electron_mirror "https://npm.taobao.org/mirrors/electron/" npm: npm config set electron_mirror "https://npm.taobao.org/mirror 阅读全文
posted @ 2021-11-07 10:27 半糖也甜吖 阅读(4592) 评论(0) 推荐(0)