Looking for Vue, React, Angular, Laravel Version? Click here to Get 5 in 1 JS Bundle.

Vue Installation

Steps to be follow for getting started with the template:

Basic

  1. Open terminal or CMD and go the root directory of the template
    cd  CODE-VUE
  2. Install via the npm
    npm install
    OR when you get any error on npm install
    npm i --legacy-peer-deps
  3. For development
    npm run serve
  4. For build
    npm run build
    OR
    npm run Lint