Installation
Steps to follow for getting started with the template:
Basic
-
Start
cd CODE-VUE
-
Install via the npm
OR (If there is an error found after npm installation, then use this command)npm install
npm install --legacy-peer-deps
-
For development
npm start
-
For build
npm run build