Vue Installation
Steps to be follow for getting started with the template:
Basic
- Open terminal or CMD and go the root directory of the template
cd CODE-VUE - Install via the npmOR when you get any error on npm install
npm installnpm i --legacy-peer-deps - For development
npm run serve - For buildOR
npm run buildnpm run Lint