From 0c6af1ce8d831c4ac6a71506b6b6c5afa0e39348 Mon Sep 17 00:00:00 2001 From: scopewu Date: Sat, 4 Sep 2021 19:59:49 +0800 Subject: [PATCH] docs: remove the descript of vue-cli. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 69422ff..90da6b8 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,6 @@ ⚠️ Now when you are using Vue 3.x, please upgrade `qrcode.vue` to `3.x` -For those using vue-cli you will need to add this option into your `vue.config.js` file to enable runtime compilation - -```javascript -module.exports = { runtimeCompiler: true } -``` - -For those using webpack you will need to set this option in your `webpack.config.js` file to enable esm bundling. - -```javascript -resolve: { - alias: { - vue: 'vue/dist/vue.esm-bundler.js', - }, -}, -``` - 🔒 if you are using Vue 2.x, please keep using version `1.x`; A Vue.js component to generate [QRCode](https://en.wikipedia.org/wiki/QR_code).