Installation

Steps to follow for getting started with the template:

Basic
  1. Start
    cd CODE-VUE
  2. Install via the npm
    npm install
    OR (If there is an error found after npm installation, then use this command)
    npm install --legacy-peer-deps
  3. For development
    npm run serve
  4. For build
    npm run build
    OR
    npm run lint