[Vuejs]-I can't create a Vue project after installing Vue, what should I do?

6👍

Run this in terminal:

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process

-4👍

you can download vue.js file and add it in your project like this

<script type="text/javascript" src="vue.js"></script>

vue.js file link: https://vuejs.org/js/vue.js

Leave a comment