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 npm
npm install
npm i --legacy-peer-deps
- For development
npm run serve
- For build
npm run build
npm run Lint