潘何增
潘何增
(node:79011) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at OpenBrowserPlugin.apply
…vtoolsPlugin } from '@vue/devtools-api'; The production model is packaged into the vendor. The proxy that vue 3 relies on supports at least Chrome 49, Spread syntax in object literals supports...
update https://npm.taobao.org to https://cdn.npm.taobao.org
改写package.json,build.js,默认编译不包含依赖库,另外两个命令打包jquery or zepto
Hot Module Replacement not work use vite 4 + vue 2.7 + js
quasar create quasar-tsx --branch next module.exports = { presets: [ '@quasar/babel-preset-app', ], plugins: ['@vue/babel-plugin-jsx'] } https://github.com/vuejs/jsx-next
module.exports = function (argument) { if (classof(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string'); return $String(argument); };