Skip to content

Commit

Permalink
docs: remove the descript of vue-cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
scopewu committed Sep 4, 2021
1 parent 56c40bb commit 0c6af1c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 0c6af1c

Please sign in to comment.