You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure you have at least version 6 for the new ES6 features to be enabled
Clone the project repository.
Inside the project folder (the directory where package.json is), run the following command on the command-line to install all the package dependencies for the project.
npm install
Host the project locally using the following command:
npm run serve
Go to http://localhost:8080 in a web browser to view the development version of the project.