How to start working with project.
- You need node.js 13.7.0 or greater already installed ( https://nodejs.org/en/blog/release/v13.7.0/ )
- Open cmd and go to the projects folder
- Run 'npm i' to install all needed dependencies
- Run 'npm run serve' to build the new project, run local server and start watching changes
- 4.1 Run 'npm run build' to build project