0๐
โ
- Download vue.js from https://unpkg.com/vue@latest
- In the page, replace the value of src in .
changes
<script src="https://unpkg.com/vue@latest"></script>
to
<script src="./vue.js"></script>
Source:stackexchange.com