使用Vue3编写的chrome插件,功能: 登录密码显示, URL编解码. Contribute to wangshaochun/vue3-chrome-plugin-tools development by creating an account on GitHub.
Date: Tue, 14 Nov 2023 09:13:20 +0900 Subject: [PATCH] init --- .gitignore | 23 + README.md | 24 + babel.config.js | 5 + jsconfig.json | 19 + package.json | 43 + public/favicon.ico | Bin 0 -> 4286 bytes public/index.html | 17 + src/App.vue | 26 + src/assets/lo...
+ "@babel/helper-split-export-declaration": "^7.18.6" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz...
[ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "base...
A vite plugin server and build your.user.js for userscript engine like Tampermonkey, Violentmonkey, Greasemonkey, ScriptCat - vite-plugin-monkey/pnpm-lock.yaml at main · scriptscat/vite-plugin-monkey
.eslintrc.js @@ -0,0 +1,18 @@ +module.exports = { + root: true, + env: { + node: true + }, + 'extends': [ + 'plugin:vue/vue3-essential', + 'eslint:recommended', + '@vue/typescript/recommended' + ], + parserOptions: { + ecmaVersion: 2020 + }, + rules: { + '...
Security Insights Additional navigation options Files main .github docs examples lib spec .editorconfig .gitignore .node-version LICENSE README.md flow.png flow.puml package.json pnpm-lock.yaml prettier.config.mjs tsconfig.json typings.d.ts ...
0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.23.0 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} ...
An Eleventy plugin to easily embed common media formats in posts, using only their URLs - eleventy-plugin-embed-everything/pnpm-lock.yaml at main · rdela/eleventy-plugin-embed-everything
.husky lib test .eslintrc .gitignore .prettierignore LICENSE README.md jest.config.js package.json pnpm-lock.yaml tsconfig.json Latest commit Joel Denning Upgrade all dependencies, add support for multiple import map urls (s… Nov 10, 2022 ...